actually log it

This commit is contained in:
Kashargul
2024-12-07 21:56:39 +01:00
committed by GitHub
parent 204c8c3ddb
commit c44f4603c4
@@ -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