mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-13 20:17:36 +01:00
Remove some code ...
This commit is contained in:
parent
5bdf83cbfc
commit
7c0a48bebf
@ -302,7 +302,6 @@ function mcl_enchanting.initialize()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function mcl_enchanting.random(pr, ...)
|
function mcl_enchanting.random(pr, ...)
|
||||||
(pr, ...)
|
|
||||||
local r = pr and pr:next(...) or math.random(...)
|
local r = pr and pr:next(...) or math.random(...)
|
||||||
|
|
||||||
if pr and not ({...})[1] then
|
if pr and not ({...})[1] then
|
||||||
|
Loading…
Reference in New Issue
Block a user