RM: damn dots
This commit is contained in:
parent
6e9b291ac2
commit
e0a2716ecc
@ -106,7 +106,7 @@ public Action Command_Uptime(int client, int args)
|
|||||||
|
|
||||||
IsItTimeToRestartForced();
|
IsItTimeToRestartForced();
|
||||||
if (g_bRestart)
|
if (g_bRestart)
|
||||||
ReplyToCommand(client, "[SM] Server is going to restart on next mapswitch");
|
ReplyToCommand(client, "[SM] Server is going to restart on next mapswitch.");
|
||||||
else
|
else
|
||||||
ReplyToCommand(client, "[SM] Time until next force-restart: %.2fh.", ((g_cvarMaxUptime.FloatValue * 3600.0) - GetEngineTime()) / 3600.0);
|
ReplyToCommand(client, "[SM] Time until next force-restart: %.2fh.", ((g_cvarMaxUptime.FloatValue * 3600.0) - GetEngineTime()) / 3600.0);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user