Skip to content

Commit 957c0dd

Browse files
committed
Merge branch 'feature-1.19.2' into nyan-work/dev
2 parents 4c2f3b1 + 5fa37e8 commit 957c0dd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/main/java/com/plusls/ommc/mixin/feature/dontClearChatHistory/MixinChatHud.java

+5-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ private void dontClearChatHistory(boolean clearHistory, CallbackInfo ci) {
3838
at = @At(
3939
value = "INVOKE",
4040
target = "Ljava/util/List;size()I",
41-
ordinal = 0
41+
//#if MC > 11802
42+
ordinal = 1
43+
//#else
44+
//$$ ordinal = 0
45+
//#endif
4246
)
4347
)
4448
//#if MC > 11802

0 commit comments

Comments
 (0)