mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 13:53:45 +01:00
Update mcl_spawn
This commit is contained in:
parent
6eab8e213c
commit
f0b5f10c90
@ -38,3 +38,6 @@ minetest.register_on_respawnplayer(function(player)
|
||||
end
|
||||
end)
|
||||
|
||||
minetest.register_on_newplayer(function(player)
|
||||
mcl_spawn.set_spawn_pos(player, player:get_pos())
|
||||
end)
|
||||
|
Loading…
Reference in New Issue
Block a user