attempt to fix faction info sometimes missing in [side]

http://gna.org/bugs/?25638
This commit is contained in:
gfgtdf 2017-04-09 20:07:04 +02:00 committed by GitHub
parent cec90f5379
commit 7e5e1e762f

View File

@ -64,7 +64,8 @@ static const std::string attributes_to_trim[] = {
"color",
"gold",
"income",
"allow_changes"
"allow_changes",
"faction"
};
namespace ng {