mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
fix admin spawn or error (#17446)
* fix late spawn or error * . * fix that
This commit is contained in:
@@ -485,7 +485,13 @@ Traitors and the like can also be revived with the previous role mostly intact.
|
||||
return
|
||||
|
||||
if("Arrivals") //Spawn them at a latejoin spawnpoint
|
||||
spawnloc = pick(latejoin)
|
||||
if(LAZYLEN(latejoin))
|
||||
spawnloc = pick(latejoin)
|
||||
else if(LAZYLEN(latejoin_tram))
|
||||
spawnloc = pick(latejoin_tram)
|
||||
else
|
||||
to_chat(src, "This map has no latejoin spawnpoint.")
|
||||
return
|
||||
|
||||
else //I have no idea how you're here
|
||||
to_chat(src, "Invalid spawn location choice.")
|
||||
|
||||
Reference in New Issue
Block a user