Why is this still here

This commit is contained in:
Unknown
2020-07-24 09:08:18 -04:00
parent 5d7afad7c3
commit c4476fc51c

View File

@@ -411,7 +411,7 @@ var/world_topic_spam_protect_time = world.timeofday
to_world("<span class='boldannounce'>Rebooting world immediately due to host request</span>")
else
Master.Shutdown() //run SS shutdowns
processScheduler.stop()
//processScheduler.stop() //VOREStation Removal
for(var/client/C in GLOB.clients)
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
C << link("byond://[config.server]")