1
0
鏡像自 https://github.com/minetest-mods/technic.git 已同步 2025-09-18 13:40:35 +02:00

Fix code style (useless or)

此提交包含在:
RealBadAngel
2015-11-28 08:31:27 +01:00
父節點 46f3f8ec7d
當前提交 c5127f4b1b

查看文件

@@ -697,7 +697,7 @@ if (corium_griefing == 1) then
minetest.register_abm({
nodenames = {"technic:corium_flowing"},
interval = 5,
chance = (10 or 1),
chance = 10,
action = function (pos, node)
minetest.set_node(pos, {name="technic:chernobylite_block"})
end,