We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f756f5e commit 1fcdf42Copy full SHA for 1fcdf42
System/DataModule.cpp
@@ -53,7 +53,6 @@ namespace RTE {
53
54
// If the module is a mod, read only its `index.ini` to validate its SupportedGameVersion.
55
if (m_ModuleID >= g_PresetMan.GetOfficialModuleCount() && !m_IsUserdata && ReadModuleProperties(moduleName, progressCallback) >= 0) {
56
- if (progressCallback) { progressCallback(m_FileName + " " + static_cast<char>(-43) + " reading index:", true); }
57
CheckSupportedGameVersion();
58
}
59
0 commit comments