Remove some code ...

This commit is contained in:
NO411 2022-03-18 23:08:50 +01:00
parent 5bdf83cbfc
commit 7c0a48bebf
1 changed files with 0 additions and 1 deletions

View File

@ -302,7 +302,6 @@ function mcl_enchanting.initialize()
end
function mcl_enchanting.random(pr, ...)
(pr, ...)
local r = pr and pr:next(...) or math.random(...)
if pr and not ({...})[1] then