diff --git a/code/world.dm b/code/world.dm index 27bac98ccda..54de5797842 100644 --- a/code/world.dm +++ b/code/world.dm @@ -148,8 +148,8 @@ Starting up. [time2text(world.timeofday, "hh:mm.ss")] /world/Reboot(var/reason) - spawn(0) - world << sound(pick('sound/AI/newroundsexy.ogg','sound/misc/apcdestroyed.ogg','sound/misc/bangindonk.ogg')) // random end sounds!! - LastyBatsy +// spawn(0) // Yeah there we go end round sounds removed, mission accomplished +// world << sound(pick('sound/AI/newroundsexy.ogg','sound/misc/apcdestroyed.ogg','sound/misc/bangindonk.ogg')) // random end sounds!! - LastyBatsy for(var/client/C) 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