diff --git a/code/__HELPERS/experimental.dm b/code/__HELPERS/experimental.dm index 23f0bc15273..84646325ec4 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.type])]" + world << "DEBUG_OBJECT_POOL: returnToPool([A.type]) [length(masterPool[A.type])]" #endif #undef DEBUG_OBJECT_POOL