Browse Source

removed unused clientconfig var

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

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

@@ -204,8 +204,7 @@ const config = {
sounds: {
ui: []
},
tos,
defaultMap: 'fjolarok'
tos
};

module.exports = {


Loading…
Cancel
Save