Skip to content

Commit

Permalink
attempt to fix faction info sometimes missing in [side]
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Apr 9, 2017
1 parent cec90f5 commit 7e5e1e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/game_initialization/connect_engine.cpp
Expand Up @@ -64,7 +64,8 @@ static const std::string attributes_to_trim[] = {
"color",
"gold",
"income",
"allow_changes"
"allow_changes",
"faction"
};

namespace ng {
Expand Down

0 comments on commit 7e5e1e7

Please sign in to comment.