Fixed World Swapping

This commit is contained in:
kirillsaint 2023-09-30 15:06:54 +06:00
parent 7f0273016d
commit 319f7a32dd

View File

@ -266,7 +266,6 @@ public abstract class MinecraftMixin implements MinecraftExt {
at = @At(value = "INVOKE", target = "Ljava/lang/System;gc()V")
)
private void optimizedWorldSwapping() {
System.gc();
}
//#if MC==10809