From 07d50b4e8db9b84b8912e941d72ecf348f5fc966 Mon Sep 17 00:00:00 2001 From: ESwordTheCat Date: Mon, 7 Apr 2014 22:37:25 +0800 Subject: [PATCH] Why I forgot this small things. --- code/__HELPERS/experimental.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]))