Spaces:
Running
Running
update script
Browse files- cubzh.json +2 -3
- cubzh.lua +0 -5
cubzh.json
CHANGED
@@ -9,7 +9,6 @@
|
|
9 |
{ "tantris": 0.4 },
|
10 |
{ "aduermael": 0.2 }
|
11 |
],
|
12 |
-
"
|
13 |
-
|
14 |
-
]
|
15 |
}
|
|
|
9 |
{ "tantris": 0.4 },
|
10 |
{ "aduermael": 0.2 }
|
11 |
],
|
12 |
+
"map": "map.b64",
|
13 |
+
"bundle": []
|
|
|
14 |
}
|
cubzh.lua
CHANGED
@@ -386,12 +386,7 @@ Client.OnStart = function()
|
|
386 |
dialog:setMaxWidth(400)
|
387 |
|
388 |
pathfinding:createPathfindingMap()
|
389 |
-
end
|
390 |
|
391 |
-
Client.OnPlayerJoin = function(player)
|
392 |
-
if player ~= Player then
|
393 |
-
return
|
394 |
-
end
|
395 |
gigax:setConfig(gigaxWorldConfig)
|
396 |
end
|
397 |
|
|
|
386 |
dialog:setMaxWidth(400)
|
387 |
|
388 |
pathfinding:createPathfindingMap()
|
|
|
389 |
|
|
|
|
|
|
|
|
|
390 |
gigax:setConfig(gigaxWorldConfig)
|
391 |
end
|
392 |
|