mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Fixes ANOTHER ".len of an empty list is null, not 0" error
This commit is contained in:
@@ -69,7 +69,7 @@ var/datum/subsystem/persistence/SSpersistence
|
||||
savable_obj += O.persistence_replacement
|
||||
else
|
||||
savable_obj += O.type
|
||||
if(savable_obj.len < 1)
|
||||
if(isemptylist(savable_obj))
|
||||
continue
|
||||
if(isemptylist(old_secret_satchels))
|
||||
old_secret_satchels = list(list(F.x, F.y, "[pick(savable_obj)]"))
|
||||
|
||||
Reference in New Issue
Block a user