mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-26 03:07:32 +01:00
Remove some code ...
This commit is contained in:
parent
5bdf83cbfc
commit
7c0a48bebf
@ -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…
Reference in New Issue
Block a user