mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-05 05:41:28 +02:00
This commit is contained in:
@ -386,6 +386,10 @@ end
|
|||||||
|
|
||||||
|
|
||||||
mcl_spawn.get_world_spawn_pos = function()
|
mcl_spawn.get_world_spawn_pos = function()
|
||||||
|
local ssp = minetest.setting_get_pos("static_spawnpoint")
|
||||||
|
if ssp then
|
||||||
|
return ssp
|
||||||
|
end
|
||||||
if success then
|
if success then
|
||||||
return wsp
|
return wsp
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user