Fixes roofing tiles not working in multiz areas

This commit is contained in:
atermonera
2021-03-19 01:05:30 -09:00
parent 5ad18ebb87
commit 3d85bf7369
+1 -1
View File
@@ -34,7 +34,7 @@
..()
update()
/turf/simulated/open/ChangeTurf()
/turf/simulated/open/ChangeTurf(var/turf/N, var/tell_universe, var/force_lighting_update, var/preserve_outdoors)
var/turf/T = GetBelow(src)
if(T)
GLOB.turf_entered_event.unregister(T, src, .proc/BelowOpenUpdated)