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 969edb2 commit 2821622Copy full SHA for 2821622
MaiChartManager/Controllers/ModController.cs
@@ -85,7 +85,7 @@ private static void CheckConfigApiVersion(HeadlessConfigInterface configInterfac
85
throw new UnsupportedConfigApiVersionException();
86
}
87
88
- if (currentSupportedApiVersion.Minor < configApiVersion.Minor)
+ if (currentSupportedApiVersion.Minor > configApiVersion.Minor)
89
{
90
91
0 commit comments