fix version constant 1.21.9 -> 1.21.10
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ public class VersionConstants implements IVersionConstants
|
||||
return "1.21.8";
|
||||
|
||||
#elif MC_VER == MC_1_21_10
|
||||
return "1.21.9";
|
||||
return "1.21.10";
|
||||
#else
|
||||
ERROR MC version constant missing
|
||||
#endif
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ public class MixinDebugScreenOverlay
|
||||
F3Screen.addStringToDisplay(messages);
|
||||
}
|
||||
#else
|
||||
// handled by DhDebugScreenEntry for MC versions after 1.21.9
|
||||
// handled by DhDebugScreenEntry for MC versions after 1.21.10
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ public class MixinDebugScreenOverlay
|
||||
F3Screen.addStringToDisplay(messages);
|
||||
}
|
||||
#else
|
||||
// handled by DhDebugScreenEntry for MC versions after 1.21.9
|
||||
// handled by DhDebugScreenEntry for MC versions after 1.21.10
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user