summaryrefslogtreecommitdiff
path: root/src/game/GameModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/GameModel.cpp')
-rw-r--r--src/game/GameModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GameModel.cpp b/src/game/GameModel.cpp
index b0178af..813781f 100644
--- a/src/game/GameModel.cpp
+++ b/src/game/GameModel.cpp
@@ -777,7 +777,7 @@ ui::Colour GameModel::GetColourSelectorColour()
void GameModel::SetUser(User user)
{
currentUser = user;
- Client::Ref().SetAuthUser(user);
+ //Client::Ref().SetAuthUser(user);
notifyUserChanged();
}