Landmark edit

Just make it add gateway landmarks to the latejoin list, since sometimes people spawn at the wrong place if their spawn point is set wrong.
This commit is contained in:
VerySoft
2022-02-06 22:54:34 -05:00
parent 413c0b13d2
commit ea6e89f5f6
+1 -6
View File
@@ -27,14 +27,9 @@
simulated = TRUE
// delete_me = 1
return
//VOREStation Add end
if("Observer-Start") // Ghosts are the only thing that use the latejoin list afaik and it complains if there's nothing in the list.
latejoin += src
simulated = TRUE
return
//VOREStation Add end
if("JoinLateGateway")
latejoin_gateway += loc
latejoin += src //VOREStation Addition
delete_me = 1
return
if("JoinLateElevator")