Landmark Bugfix (#13782)

This commit is contained in:
SleepyGemmy
2022-05-06 13:56:10 +02:00
committed by GitHub
parent fad85b6068
commit ec52be44d1
2 changed files with 7 additions and 1 deletions
@@ -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)