Fix crash

This commit is contained in:
teknomunk 2024-11-08 07:19:33 -06:00
parent af24855d18
commit b653fab1ff
1 changed files with 1 additions and 0 deletions

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