mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Remove redundant check
This commit is contained in:
@@ -90,10 +90,7 @@
|
||||
if ((!(A) || src != A.loc))
|
||||
return
|
||||
|
||||
if(destination_z)
|
||||
if(A.z > MAX_Z)
|
||||
return
|
||||
|
||||
if(destination_z)
|
||||
A.x = destination_x
|
||||
A.y = destination_y
|
||||
A.z = destination_z
|
||||
|
||||
Reference in New Issue
Block a user