mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-01-11 01:29:36 +01:00
This commit is contained in:
parent
c1c3dbfaec
commit
3ceb2b0a4d
1 changed files with 4 additions and 0 deletions
|
@ -386,6 +386,10 @@ end
|
|||
|
||||
|
||||
mcl_spawn.get_world_spawn_pos = function()
|
||||
local ssp = minetest.setting_get_pos("static_spawnpoint")
|
||||
if ssp then
|
||||
return ssp
|
||||
end
|
||||
if success then
|
||||
return wsp
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue