Fixed of-nosave not kicking all players

This commit is contained in:
ricky 2011-06-15 14:03:32 +10:00
parent 3ced4fc089
commit f42a23e4c1

View file

@ -450,6 +450,7 @@ namespace TShockAPI
public static void OffNoSave(CommandArgs args)
{
Tools.ForceKickAll("Server shutting down!");
Netplay.disconnect = true;
}