summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index e00e42d09..5b1c1455e 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -408,7 +408,8 @@ Game::Game() :
if (localPlayer)
localPlayer->updatePets();
- settings.disableLoggingInGame = config.getBoolValue("disableLoggingInGame");
+ settings.disableLoggingInGame = config.getBoolValue(
+ "disableLoggingInGame");
}
Game::~Game()