diff --git a/code/world.dm b/code/world.dm index 1a85ada9ba6..d72ec0c02a8 100644 --- a/code/world.dm +++ b/code/world.dm @@ -155,9 +155,9 @@ /world/Reboot(var/reason) - spawn(0) + /*spawn(0) world << sound(pick('sound/AI/newroundsexy.ogg','sound/misc/apcdestroyed.ogg','sound/misc/bangindonk.ogg')) // random end sounds!! - LastyBatsy - + */ for(var/client/C in 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]")