mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-04-08 17:51:24 +02:00
bonemeal: use wea.parse.chance
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user