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,
loginBgGeneratorPath: null,
resourceList: [],
defaultZone: 'fjolarok',
textureList: [
'tiles',
'walls',


Loading…
Cancel
Save