mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Fixes handtele crashing the server (#30591)
This commit is contained in:
@@ -147,7 +147,7 @@
|
||||
AA.invoke_event(/event/z_transition, list("user" = AA, "from_z" = curturf.z, "to_z" = destturf.z))
|
||||
|
||||
if(force_teleport)
|
||||
teleatom.forceMove(destturf,TRUE)
|
||||
teleatom.forceMove(destturf, from_tp = TRUE)
|
||||
playSpecials(destturf,effectout,soundout)
|
||||
else
|
||||
if(teleatom.Move(destturf))
|
||||
|
||||
Reference in New Issue
Block a user