mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Landmark Bugfix (#13782)
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
if(!T)
|
||||
if(length(latejoin))
|
||||
T = pick(latejoin) //Safety in case we cannot find the body's position
|
||||
else if(length(force_spawnpoints["Anyone"]))
|
||||
else if(current_map.force_spawnpoint && length(force_spawnpoints["Anyone"]))
|
||||
T = pick(force_spawnpoints["Anyone"])
|
||||
else
|
||||
T = locate(1, 1, 1)
|
||||
|
||||
Reference in New Issue
Block a user