mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Remove debug-only world message
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user