Corentin Cailleaud
commited on
Commit
·
cf5f023
1
Parent(s):
e70ed6b
update
Browse files
cubzh.lua
CHANGED
@@ -8,7 +8,7 @@ Config = {
|
|
8 |
Items = { "pratamacam.squirrel" },
|
9 |
}
|
10 |
|
11 |
-
math.randomseed(math.floor(Time.UnixMilli()))
|
12 |
|
13 |
local easy_onboarding = {}
|
14 |
|
|
|
8 |
Items = { "pratamacam.squirrel" },
|
9 |
}
|
10 |
|
11 |
+
math.randomseed(math.floor(Time.UnixMilli() % 100000))
|
12 |
|
13 |
local easy_onboarding = {}
|
14 |
|