Browse Source

bug #1915: Added a defaultZone to clientConfig

tags/v0.11.0
Shaun 2 years ago
parent
commit
a3ca8e371f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/server/config/clientConfig.js

+ 1
- 0
src/server/config/clientConfig.js View File

@@ -8,6 +8,7 @@ const config = {
logoPath: null, logoPath: null,
loginBgGeneratorPath: null, loginBgGeneratorPath: null,
resourceList: [], resourceList: [],
defaultZone: 'fjolarok',
textureList: [ textureList: [
'tiles', 'tiles',
'walls', 'walls',


Loading…
Cancel
Save