This commit is contained in:
Fox McCloud
2019-04-01 17:51:41 -04:00
parent 066a79fa73
commit 444d49af3d
+1 -1
View File
@@ -22,7 +22,7 @@
if(!M || !M.client)
continue
var/turf/T = get_turf(M)
var/turf/T = get_turf(M) // These checks need to be changed if z-levels are ever further refactored
if(!T)
continue
if(T.z != turf_source.z)