şundan çatallanmış nalc/nalc_game
Fix incorrectly negated comparisons
Bu işleme şunda yer alıyor:
@ -398,7 +398,7 @@ minetest.register_craftitem("carts:cart", {
|
||||
pointed_thing) or itemstack
|
||||
end
|
||||
|
||||
if not pointed_thing.type == "node" then
|
||||
if pointed_thing.type ~= "node" then
|
||||
return
|
||||
end
|
||||
if carts:is_rail(pointed_thing.under) then
|
||||
|
Yeni konuda referans
Bir kullanıcı engelle