mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
JSON Logging Refactor (#18252)
* First pass * fixes * more fixes * num2hex length changes * pass 2 * fixed warning * looc log fix * . * update tgui * . * . * . * . * perttier * cleanup * . * . * fix token * no * . * . * . * , * modsay eventsay * . --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
icon_state = "blank"
|
||||
var/turf/T = loc
|
||||
if(!isturf(T) || T.density || T.opacity)
|
||||
warning("[src] on invalid turf [T] at [x],[y],[z]")
|
||||
WARNING("[src] on invalid turf [T] at [x],[y],[z]")
|
||||
return INITIALIZE_HINT_QDEL
|
||||
|
||||
if(!materialtype)
|
||||
@@ -575,7 +575,7 @@
|
||||
/obj/effect/low_wall_spawner/Initialize(mapload)
|
||||
. = ..()
|
||||
if(locate(/obj/effect/low_wall_spawner) in oview(0, src))
|
||||
warning("Duplicate low wall spawners in [x],[y],[z]!")
|
||||
WARNING("Duplicate low wall spawners in [x],[y],[z]!")
|
||||
return INITIALIZE_HINT_QDEL
|
||||
|
||||
if(low_wall_type)
|
||||
|
||||
Reference in New Issue
Block a user