From 22a1621bb6013097f4bb13ce7fa985b20c0a8a21 Mon Sep 17 00:00:00 2001 From: Asanadas Date: Wed, 29 May 2013 13:44:59 -0400 Subject: [PATCH] Commented out end-round noises. Should actually work this time. --- code/world.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]")