forked from CFC-Servers/cfc_chat_transit
Better comment
This commit is contained in:
parent
c9452b43cc
commit
bcea1668da
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user