Corentin Cailleaud
commited on
Commit
•
a80c152
1
Parent(s):
bb1f913
update
Browse files
cubzh.lua
CHANGED
@@ -820,7 +820,8 @@ Client.OnStart = function()
|
|
820 |
|
821 |
gigax:setConfig(gigaxWorldConfig)
|
822 |
|
823 |
-
|
|
|
824 |
end
|
825 |
|
826 |
Client.Action1 = function()
|
|
|
820 |
|
821 |
gigax:setConfig(gigaxWorldConfig)
|
822 |
|
823 |
+
local randomNames = { "aduermael", "soliton", "gdevillele", "caillef", "voxels", "petroglyph" }
|
824 |
+
Player.Avatar:load({ usernameOrId = randomNames[math.random(#randomNames)] })
|
825 |
end
|
826 |
|
827 |
Client.Action1 = function()
|