Skip to content

Commit

Permalink
#5168: Fix map properties not being saved after deserialising
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Apr 19, 2020
1 parent fd31ca4 commit 91069c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions radiant/map/MapPropertyInfoFileModule.cpp
Expand Up @@ -97,6 +97,8 @@ void MapPropertyInfoFileModule::parseBlock(const std::string& blockName, parser:
string::replace_all(key, """, "\"");
string::replace_all(value, """, "\"");

_store.setProperty(key, value);

tok.assertNextToken("}");
}
else if (token == "{")
Expand Down

0 comments on commit 91069c0

Please sign in to comment.