aduermael commited on
Commit
e146f2e
1 Parent(s): 034803e

update script

Browse files
Files changed (2) hide show
  1. cubzh.json +2 -3
  2. cubzh.lua +0 -5
cubzh.json CHANGED
@@ -9,7 +9,6 @@
9
  { "tantris": 0.4 },
10
  { "aduermael": 0.2 }
11
  ],
12
- "bundle": [
13
- "map.b64"
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