mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
- 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:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user