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