mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user