forked from VoxeLibre/VoxeLibre
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