File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -165,19 +165,6 @@ namespace RTE {
165
165
} else if (propName == " SupportedGameVersion" ) {
166
166
std::string versionText;
167
167
reader >> versionText;
168
-
169
- // Compatibility handling, should only include the most recent release
170
- // TODO: Remove this once versioning standard has been updated.
171
- if (versionText == " Pre-Release 4.0" ) {
172
- versionText = " 4.0.0" ;
173
- } else if (versionText == " Pre-Release 4.1" ) {
174
- versionText = " 4.1.0" ;
175
- } else if (versionText == " Pre-Release 5.0" ) {
176
- versionText = " 5.0.0" ;
177
- } else if (versionText == " Pre-Release 5.1" ) {
178
- versionText = " 5.1.0" ;
179
- }
180
-
181
168
try {
182
169
m_SupportedGameVersion = version::Semver200_version (versionText);
183
170
} catch (version::Parse_error) {
You can’t perform that action at this time.
0 commit comments