diff options
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index 198fadc1d..ab2606ea5 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -861,7 +861,9 @@ int Client::gameExec() mumbleManager->setServer(mCurrentServer.hostname); #endif +#ifdef TMWA_SUPPORT GuildManager::init(); +#endif if (!mConfigAutoSaved) { |