Browse Source

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

(cherry picked from commit 286ff80b95)
tags/v0.13.0.5^0
Shaun 5 months ago
committed by Big Bad Waffle
parent
commit
3520ad91d8
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