mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 02:25:06 +01:00
actually log it
This commit is contained in:
@@ -55,9 +55,7 @@
|
||||
. = list()
|
||||
for(var/obj/item/stack/material/S as anything in L)
|
||||
var/real_path = istext(S) ? text2path(S) : S
|
||||
if(ispath(real_path, /obj/item/stack/material/cyborg))
|
||||
continue
|
||||
if(!ispath(real_path, /obj/item/stack/material))
|
||||
if(!ispath(real_path, /obj/item/stack/material) || ispath(real_path, /obj/item/stack/material/cyborg))
|
||||
log_debug("Warning: Sheet_storage persistent datum tried to create [S]")
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user