diff --git a/code/__HELPERS/experimental.dm b/code/__HELPERS/experimental.dm index a4929f9924d..41b2ef9d8e7 100644 --- a/code/__HELPERS/experimental.dm +++ b/code/__HELPERS/experimental.dm @@ -87,7 +87,7 @@ var/list/masterPool . = Object #if DEBUG_OBJECT_POOL - world << "DEBUG_OBJECT_POOL: getFromPool([A]) [length(masterPool[A])]" + world << "DEBUG_OBJECT_POOL: getFromPool([A.type]) [length(masterPool[A])]" #endif if (0 == length(masterPool[A]))