From 274e9693204d496b4aa2eb111eef53443ea4bc24 Mon Sep 17 00:00:00 2001 From: Roxy <75404941+TealSeer@users.noreply.github.com> Date: Thu, 15 May 2025 18:29:40 -0400 Subject: [PATCH] Fixes for #91015 --- code/game/objects/items/stacks/stack.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/stacks/stack.dm b/code/game/objects/items/stacks/stack.dm index 9a5862ca54a..f1fe1b25122 100644 --- a/code/game/objects/items/stacks/stack.dm +++ b/code/game/objects/items/stacks/stack.dm @@ -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])