Better comment

This commit is contained in:
Redox 2022-03-22 20:15:57 +01:00
parent c9452b43cc
commit bcea1668da

View File

@ -5,7 +5,7 @@ ChatTransit.Initialize = (data) =>
eventText = ""
map = GetMap!
if SysTime() > 500 -- If systime is over 500 the server switched maps else it's a new restart
if SysTime() > 500 -- If systime is over 500, the server switched maps. Else it's a hard restart
eventText = "Map switched to " .. map
else
eventText = "Server restarted! Current map is " .. map