Fix up BLEEDING_EDGE not being semver compliant

This commit is contained in:
Archangel
2025-08-08 22:47:56 +02:00
parent 59e164b740
commit f3134dec59
4 changed files with 6 additions and 6 deletions
@@ -17,13 +17,13 @@ public static partial class ProgramStatics
_compiled = true;
_mods = true;
break;
case EntryType.BLEEDING_EDGE:
case EntryType.BLEEDINGEDGE:
_debug = true;
_compiled = true;
_mods = false;
break;
case EntryType.DEBUG:
case EntryType.BLEEDING_EDGE_MODS:
case EntryType.BLEEDINGEDGEMODS:
_debug = true;
_compiled = true;
_mods = true;