You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log_startup_progress("\[[time2text(world.realtime)]\]: end_credits finished in [stop_watch(watch)]s")
223
233
224
234
for(var/client/Cin clients)
225
235
if(config.server) //if you set a server location in config.txt, it sends you there instead of trying to reconnect to the same world address. -- NeoFite
@@ -231,7 +241,7 @@ var/auxtools_path
231
241
#if AUXTOOLS_DEBUGGER
232
242
call_ext(auxtools_path, "auxtools_shutdown")()
233
243
#endif
234
-
244
+
log_startup_progress("\[[time2text(world.realtime)]\]: preshutdown finished in [stop_watch(procWatch)]s")
235
245
#defineINACTIVITY_KICK6000//10 minutes in ticks (approx.)
0 commit comments