Fix code style (useless or)

This commit is contained in:
RealBadAngel 2015-11-28 08:31:27 +01:00
parent 46f3f8ec7d
commit c5127f4b1b
1 changed files with 1 additions and 1 deletions

View File

@ -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,