mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-26 19:27:31 +01:00
Fix End portal platform sometimes not spawning
This commit is contained in:
parent
768c97205a
commit
aa8507f94a
@ -253,6 +253,7 @@ minetest.register_abm({
|
|||||||
end
|
end
|
||||||
|
|
||||||
local platform
|
local platform
|
||||||
|
build_end_portal_destination(platform_pos)
|
||||||
check_and_build_end_portal_destination(platform_pos)
|
check_and_build_end_portal_destination(platform_pos)
|
||||||
|
|
||||||
target = table.copy(platform_pos)
|
target = table.copy(platform_pos)
|
||||||
|
Loading…
Reference in New Issue
Block a user