Merge branch 'master' of github.com:TShock/TShock

This commit is contained in:
Lucas Nicodemus 2011-07-22 02:25:27 -06:00
commit a853efa520

2
TShockAPI/Commands.cs Executable file → Normal file
View file

@ -1556,7 +1556,7 @@ namespace TShockAPI
}
if (Regions.Count > (15 * page))
{
args.Player.SendMessage(string.Format("Type /warp list {0} for more warps.", (page + 1)), Color.Yellow);
args.Player.SendMessage(string.Format("Type /region list {0} for more regions.", (page + 1)), Color.Yellow);
}
break;
}