Fix auto updater for MC 1.21.4 and 1.21.5

This commit is contained in:
James Seibel
2025-03-31 06:56:00 -05:00
parent 4c06bf6dbd
commit affe014433
@@ -71,9 +71,9 @@ public class VersionConstants implements IVersionConstants
#elif MC_VER == MC_1_21_3
return "1.21.3";
#elif MC_VER == MC_1_21_4
return "1.21_4";
return "1.21.4";
#elif MC_VER == MC_1_21_5
return "1.21_5";
return "1.21.5";
#else
ERROR MC version constant missing
#endif