forked from CFC-Servers/cfc_chat_transit
Update moon/cfc_chat_transit/server/modules/startup.moon
Co-authored-by: plally <pierce@vulpes.dev>
This commit is contained in:
parent
d25f36d147
commit
530ec71744
@ -5,7 +5,8 @@ ChatTransit.MapStartup = (data) =>
|
||||
eventText = ""
|
||||
map = GetMap!
|
||||
|
||||
if SysTime() > 500 -- If systime is over 500, the server switched maps. Else it's a hard 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