From 3d2dfc097a0967eb31f738c7005d08552b17d614 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 26 Mar 2014 00:00:59 +0300 Subject: Allow open quests window even on unsupported servers. --- src/game.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index c1e2a757d..f51fa8707 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -263,8 +263,7 @@ static void createGuiWindows() killStats = new KillStats; socialWindow = new SocialWindow; socialWindow->postInit(); - if (serverVersion >= 6) - questsWindow = new QuestsWindow; + questsWindow = new QuestsWindow; // TRANSLATORS: chat tab header localChatTab = new ChatTab(chatWindow, _("General"), GENERAL_CHANNEL); -- cgit v1.2.3-60-g2f50