diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index 22db1dc1f..128497609 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -273,7 +273,7 @@ static void createGuiWindows() if (localPlayer && !gmChatTab && config.getBoolValue("enableGmTab") && localPlayer->getGMLevel() > 0) { - gmChatTab = new GmTab(chatWindow); + chatWindow->addSpecialChannelTab(GM_CHANNEL, false); } if (!isSafeMode && chatWindow) |