- Fixed global_iterator error log spam. Sorry.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1675 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
panurgomatic
2011-06-09 23:29:36 +00:00
parent b6f9a529a8
commit d7653d7394

View File

@@ -98,8 +98,10 @@ Data storage vars:
if(!active()) if(!active())
return return
control_switch = 0 control_switch = 0
/* //always fails if called inside process()
if(!state_check()) if(!state_check())
return return
*/
return 1 return 1
proc/state_check() proc/state_check()