Fix 1.21.10 compile typo

This commit is contained in:
James Seibel
2025-10-12 19:41:42 -05:00
parent a71ceac15d
commit 71bb151e61
@@ -81,7 +81,7 @@ public class VersionConstants implements IVersionConstants
#elif MC_VER == MC_1_21_9
return "1.21.9";
#elif MC_VER == MC_1_21_9
#elif MC_VER == MC_1_21_10
return "1.21.10";
#else
ERROR MC version constant missing