Browse Source

bug #2005: fixed an issue causing the announcements UI to be gone after exiting to character select

tags/v0.14.0^2
Shaun 5 months ago
parent
commit
286ff80b95
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/server/config/clientConfig.js

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

@@ -194,7 +194,8 @@ const config = {
'passives',
'workbench',
'middleHud',
'options'
'options',
'announcements'
],
contextMenuActions: {
player: [],


Loading…
Cancel
Save