diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index a54bfd670..d9b4cd271 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -263,6 +263,7 @@ static void createGuiWindows() whoIsOnline = new WhoIsOnline; killStats = new KillStats; socialWindow = new SocialWindow; + socialWindow->postInit(); if (serverVersion >= 6) questsWindow = new QuestsWindow; |