mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-12 19:47:31 +01:00
Remove empty line from mcl_portals
This commit is contained in:
parent
d07e415b37
commit
c93a865098
@ -170,7 +170,6 @@ function mcl_portals.end_teleport(obj, pos)
|
|||||||
-- Teleport back to the player's spawn or world spawn in the Overworld.
|
-- Teleport back to the player's spawn or world spawn in the Overworld.
|
||||||
if obj:is_player() then
|
if obj:is_player() then
|
||||||
target = mcl_spawn.get_player_spawn_pos(obj)
|
target = mcl_spawn.get_player_spawn_pos(obj)
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
target = target or mcl_spawn.get_world_spawn_pos(obj)
|
target = target or mcl_spawn.get_world_spawn_pos(obj)
|
||||||
|
Loading…
Reference in New Issue
Block a user