Thou shalt not act recursively. (#6640)

This commit is contained in:
Erki
2019-07-25 01:15:03 +03:00
committed by GitHub
parent c390b88119
commit 07fbf53b47
2 changed files with 5 additions and 3 deletions
-1
View File
@@ -113,7 +113,6 @@ var/datum/controller/subsystem/chemistry/SSchemistry
if (holder in active_holders)
return
//Process once, right away. If we still need to continue then add to the active_holders list and continue later
if (holder.process_reactions())
active_holders += holder