diff options
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/localplayer.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp index e85301754..52201e7fb 100644 --- a/src/being/localplayer.cpp +++ b/src/being/localplayer.cpp @@ -404,8 +404,7 @@ void LocalPlayer::setGMLevel(const int level) if (chatWindow) { chatWindow->loadGMCommands(); - if (!gmChatTab && config.getBoolValue("enableGmTab")) - chatWindow->addSpecialChannelTab(GM_CHANNEL, false); + chatWindow->showGMTab(); } } } |