From d7653d7394bb931e73eaff4971dfb2ca87d42ccf Mon Sep 17 00:00:00 2001 From: panurgomatic Date: Thu, 9 Jun 2011 23:29:36 +0000 Subject: [PATCH] - Fixed global_iterator error log spam. Sorry. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1675 316c924e-a436-60f5-8080-3fe189b3f50e --- code/datums/helper_datums/global_iterator.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/datums/helper_datums/global_iterator.dm b/code/datums/helper_datums/global_iterator.dm index c5f6c6c5cbe..9f3d3f21f6b 100644 --- a/code/datums/helper_datums/global_iterator.dm +++ b/code/datums/helper_datums/global_iterator.dm @@ -98,8 +98,10 @@ Data storage vars: if(!active()) return control_switch = 0 +/* //always fails if called inside process() if(!state_check()) return +*/ return 1 proc/state_check()