Update moon/cfc_chat_transit/server/modules/startup.moon

Co-authored-by: plally <pierce@vulpes.dev>
This commit is contained in:
Redox 2022-04-02 23:11:07 +02:00
parent d25f36d147
commit 530ec71744

View File

@ -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