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