mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-25 02:42:25 +01:00
do not randomseed twice
This commit is contained in:
parent
378b5b30c9
commit
86ca401e4e
@ -33,7 +33,6 @@ local adjacents = {
|
||||
{ x = 0, y = 0, z = 1 },
|
||||
}
|
||||
|
||||
math.randomseed(os.time())
|
||||
local function shuffle_table(t)
|
||||
for i = #t, 1, -1 do
|
||||
local r = math.random(i)
|
||||
|
Loading…
Reference in New Issue
Block a user