mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
runtime prevention
This commit is contained in:
@@ -1408,7 +1408,7 @@ proc/formatJumpTo(location, where = "")
|
|||||||
if (where == "")
|
if (where == "")
|
||||||
where = formatLocation(loc)
|
where = formatLocation(loc)
|
||||||
|
|
||||||
return "<A HREF='?_src_=holder;adminplayerobservecoodjump=1;X=[loc.x];Y=[loc.y];Z=[loc.z]'>[where]</a>"
|
return "<A HREF='?_src_=holder;adminplayerobservecoodjump=1;X=[loc ? loc.x : "mystery"];Y=[loc ? loc.y : "mystery"];Z=[loc ? loc.z : "mystery"]'>[where]</a>"
|
||||||
|
|
||||||
proc/formatLocation(location)
|
proc/formatLocation(location)
|
||||||
//writepanic("[__FILE__].[__LINE__] \\/proc/formatLocation() called tick#: [world.time]")
|
//writepanic("[__FILE__].[__LINE__] \\/proc/formatLocation() called tick#: [world.time]")
|
||||||
|
|||||||
Reference in New Issue
Block a user