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 1b3cbc8e4..27f4a5e5d 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -433,10 +433,10 @@ Game::Game() : #ifdef TMWA_SUPPORT if (guildManager && GuildManager::getEnableGuildBot()) guildManager->requestGuildInfo(); -#endif if (localPlayer) localPlayer->updatePets(); +#endif settings.disableLoggingInGame = config.getBoolValue( "disableLoggingInGame"); |