Fix tutorial regression introduced with previous commits

This commit is contained in:
Zughy 2023-11-21 22:13:47 +01:00
parent 37a7bf966b
commit af153644f0

View File

@ -200,7 +200,7 @@ function phase3(player)
local e_pos4 = vector.add(e_pos3, vector.new(0, 1.5, -5.025))
local e_pos5 = vector.add(e_pos4, vector.new(0, 1, -5.025))
remove_entities(p_tracker.propulsor_hint:get_pos(), 3, "bl_tutorial:propulsor_hint")
if p_tracker.propulshor_hint then p_tracker.propulsor_hint:remove() end
remove_entities(start_coords, 60, "bl_tutorial:obstacle")
minetest.add_entity(e_pos1, "bl_tutorial:obstacle")