mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2025-02-12 00:10:12 +00:00
Changed clanforge restart message to "come back in about 20 seconds." like /stop.
This commit is contained in:
parent
1a5f854552
commit
280ddf61f7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public class Command_say extends TFM_Command
|
||||||
|
|
||||||
for (Player player : server.getOnlinePlayers())
|
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();
|
server.shutdown();
|
||||||
|
|
Loading…
Reference in a new issue