mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
comment
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user