Remove debug-only world message

This commit is contained in:
dylanstrategie
2015-11-11 01:29:10 +01:00
parent cb9a920118
commit 7649fd72b8

View File

@@ -30,7 +30,6 @@ var/list/lightning_sound = list('sound/effects/lightning/chainlightning1.ogg', '
var/turf/turf_source = get_turf(source)
if(!turf_source)
error("Warning : [source] trying to play sound '[soundin]', but turf could not be found.")
world << "Warning : [source] trying to play sound '[soundin]', but turf could not be found."
return
/* What's going on in this block?