RM: damn dots

This commit is contained in:
dogan 2020-07-19 23:34:56 +02:00
parent 6e9b291ac2
commit e0a2716ecc

View File

@ -106,7 +106,7 @@ public Action Command_Uptime(int client, int args)
IsItTimeToRestartForced();
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
ReplyToCommand(client, "[SM] Time until next force-restart: %.2fh.", ((g_cvarMaxUptime.FloatValue * 3600.0) - GetEngineTime()) / 3600.0);