Fixes excessive runtimes with beams. (#10550)

This commit is contained in:
mikomyazaki
2020-11-14 14:41:39 +00:00
committed by GitHub
parent d42522aea7
commit db1dac2e76

View File

@@ -40,7 +40,7 @@
addtimer(CALLBACK(src,.proc/End), time)
/datum/beam/proc/Start()
Draw()
recalculate()
recalculate_in(sleep_time)
/datum/beam/proc/recalculate()