From 503a8ac1d30e7e422502b172780d7572004a877f Mon Sep 17 00:00:00 2001 From: ESwordTheCat Date: Sun, 4 May 2014 01:00:18 -0800 Subject: [PATCH] I always forgot to turn this to 0. --- 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 c4986fecf24..0af311409f9 100644 --- a/code/__HELPERS/experimental.dm +++ b/code/__HELPERS/experimental.dm @@ -48,7 +48,7 @@ * WARNING, only supports /mob and /obj. */ -#define DEBUG_OBJECT_POOL 1 +#define DEBUG_OBJECT_POOL 0 #define MAINTAINING_OBJECT_POOL_COUNT 20 var/list/masterPool = list()