diff --git a/code/__HELPERS/experimental.dm b/code/__HELPERS/experimental.dm index 78e57f5cebf..a4929f9924d 100644 --- a/code/__HELPERS/experimental.dm +++ b/code/__HELPERS/experimental.dm @@ -114,7 +114,7 @@ var/list/masterPool masterPool[A.type] = masterPool[A.type] + Object #if DEBUG_OBJECT_POOL - world << "DEBUG_OBJECT_POOL: returnToPool([A]) [length(masterPool[A])]" + world << "DEBUG_OBJECT_POOL: returnToPool([A]) [length(masterPool[A.type])]" #endif #undef DEBUG_OBJECT_POOL