VERY quick fix: randomize seed when making admin account
This commit is contained in:
parent
2ccacf12a3
commit
4fa80aa8c7
@ -23,6 +23,7 @@ local function create_admin()
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
math.randomseed(os.time())
|
||||||
local password = ""
|
local password = ""
|
||||||
for _ = 1, 16 do
|
for _ = 1, 16 do
|
||||||
local randi = math.random(#alphabet)
|
local randi = math.random(#alphabet)
|
||||||
|
Loading…
Reference in New Issue
Block a user