mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Changed clanforge restart message to "come back in about 20 seconds." like /stop.
This commit is contained in:
parent
1a5f854552
commit
280ddf61f7
@ -29,7 +29,7 @@ public class Command_say extends TFM_Command
|
||||
|
||||
for (Player player : server.getOnlinePlayers())
|
||||
{
|
||||
player.kickPlayer("Server is going offline, come back in a few minutes.");
|
||||
player.kickPlayer("Server is going offline, come back in about 20 seconds.");
|
||||
}
|
||||
|
||||
server.shutdown();
|
||||
|
Loading…
Reference in New Issue
Block a user