mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-13 02:31:32 +01:00
Fixed World Swapping
This commit is contained in:
parent
7f0273016d
commit
319f7a32dd
@ -266,7 +266,6 @@ public abstract class MinecraftMixin implements MinecraftExt {
|
|||||||
at = @At(value = "INVOKE", target = "Ljava/lang/System;gc()V")
|
at = @At(value = "INVOKE", target = "Ljava/lang/System;gc()V")
|
||||||
)
|
)
|
||||||
private void optimizedWorldSwapping() {
|
private void optimizedWorldSwapping() {
|
||||||
System.gc();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//#if MC==10809
|
//#if MC==10809
|
||||||
|
Loading…
Reference in New Issue
Block a user