Changed how rcon outputs commands

Changed how rcon handle commands
Added inforesponse and statusresponse
This commit is contained in:
Deathmax 2011-07-09 12:34:58 +08:00
parent da9aac5d5b
commit d04ef15427
3 changed files with 44 additions and 12 deletions

View file

@ -374,8 +374,6 @@ namespace TShockAPI
if (text.StartsWith("exit"))
{
Tools.ForceKickAll("Server shutting down!");
WorldGen.saveWorld(false);
Netplay.disconnect = true;
}
else if (text.StartsWith("playing") || text.StartsWith("/playing"))
{