mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-22 07:15:14 +02:00
Remove some code ...
This commit is contained in:
parent
5bdf83cbfc
commit
7c0a48bebf
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue