Changed how rcon outputs commands
Changed how rcon handle commands Added inforesponse and statusresponse
This commit is contained in:
parent
da9aac5d5b
commit
d04ef15427
3 changed files with 44 additions and 12 deletions
|
|
@ -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"))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue