Corentin Cailleaud
commited on
Commit
·
e2526b3
1
Parent(s):
9bba0ae
update
Browse files
cubzh.lua
CHANGED
@@ -819,7 +819,7 @@ Client.OnStart = function()
|
|
819 |
pathfinding:createPathfindingMap()
|
820 |
|
821 |
gigax:setConfig(gigaxWorldConfig)
|
822 |
-
|
823 |
print(math.random(20))
|
824 |
local randomNames = { "aduermael", "soliton", "gdevillele", "caillef", "voxels", "petroglyph" }
|
825 |
Player.Avatar:load({ usernameOrId = randomNames[math.random(#randomNames)] })
|
|
|
819 |
pathfinding:createPathfindingMap()
|
820 |
|
821 |
gigax:setConfig(gigaxWorldConfig)
|
822 |
+
math.randomseed(Time.UnixMilli())
|
823 |
print(math.random(20))
|
824 |
local randomNames = { "aduermael", "soliton", "gdevillele", "caillef", "voxels", "petroglyph" }
|
825 |
Player.Avatar:load({ usernameOrId = randomNames[math.random(#randomNames)] })
|