Remove empty line from mcl_portals

This commit is contained in:
Elias Fleckenstein 2021-04-06 11:59:22 +02:00
parent d07e415b37
commit c93a865098
1 changed files with 0 additions and 1 deletions

View File

@ -170,7 +170,6 @@ function mcl_portals.end_teleport(obj, pos)
-- Teleport back to the player's spawn or world spawn in the Overworld.
if obj:is_player() then
target = mcl_spawn.get_player_spawn_pos(obj)
end
target = target or mcl_spawn.get_world_spawn_pos(obj)