Fix below.above not being nulled. (#2977)

Fixes RT spam. wew.
This commit is contained in:
skull132
2017-07-09 01:48:46 +03:00
committed by GitHub
parent 59683f601e
commit 82cc56dd62
+3
View File
@@ -92,6 +92,9 @@
addtimer(CALLBACK(above, /turf/simulated/open/.proc/update), 0)
above = null
if (below)
below.above = null
below = null
LAZYCLEARLIST(climbers)