mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-27 17:43:53 +01:00
bonemeal: use wea.parse.chance
This commit is contained in:
parent
f9eb67b4cc
commit
ea05d5f559
@ -27,7 +27,7 @@ worldedit.register_command("bonemeal", {
|
||||
end
|
||||
end
|
||||
if #parts >= 2 then
|
||||
chance = tonumber(parts[2])
|
||||
chance = worldeditadditions.parse.chance(parts[2])
|
||||
if not chance then
|
||||
return false, "Invalid chance value (must be a positive integer)"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user