mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
Fixes for #91015
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
if(item_stack == src || QDELING(item_stack) || (item_stack.amount >= item_stack.max_amount))
|
||||
continue
|
||||
if(!(item_stack.flags_1 & INITIALIZED_1))
|
||||
stack_trace("find_other_stack found uninitialized stack in loc? skipping for now")
|
||||
// stack_trace("find_other_stack found uninitialized stack in loc? skipping for now") BUBBER EDIT REMOVAL: This breaks our maintenace loot spawners and isn't necessarily an error
|
||||
continue
|
||||
var/stack_ref = REF(item_stack)
|
||||
if(already_found[stack_ref])
|
||||
|
||||
Reference in New Issue
Block a user