Skip to content

Commit

Permalink
Fixup mixin remapping
Browse files Browse the repository at this point in the history
  • Loading branch information
TechPizzaDev committed Oct 7, 2024
1 parent 7a7dc6d commit e0e23a7
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package dev.adventurecraft.awakening.mixin.client;

import com.llamalad7.mixinextras.injector.WrapWithCondition;
import com.llamalad7.mixinextras.injector.v2.WrapWithCondition;
import com.llamalad7.mixinextras.sugar.Local;
import dev.adventurecraft.awakening.ACMainThread;
import dev.adventurecraft.awakening.ACMod;
Expand Down Expand Up @@ -480,7 +480,6 @@ private boolean disableDoubleToggle() {

@WrapWithCondition(
method = "run",
remap = false,
at = @At(
value = "INVOKE",
target = "Lnet/minecraft/client/Minecraft;renderFpsMeter(J)V"))
Expand All @@ -490,7 +489,6 @@ private boolean renderFrameTimeGraph(Minecraft instance, long time) {

@Inject(
method = "run",
remap = false,
at = @At(
value = "INVOKE",
target = "Lnet/minecraft/client/Minecraft;emergencySave()V",
Expand Down

0 comments on commit e0e23a7

Please sign in to comment.