Fix crash

This commit is contained in:
teknomunk 2024-11-08 07:19:33 -06:00 committed by the-real-herowl
parent c8611b08f9
commit 6143832ee3

View file

@ -274,6 +274,7 @@ local function bend_straight_rail(pos, towards)
if rail_type == 0 then return end
-- Only bend unbent rails
if not nodedef._mcl_minecarts then return end
if node.name ~= nodedef._mcl_minecarts.base_name then return end
-- only bend rails that have at least one free end