Skip to content

Commit

Permalink
fix: disable remap for PlayerDialogueTrackerMixin
Browse files Browse the repository at this point in the history
  • Loading branch information
SettingDust committed Apr 11, 2024
1 parent 16ddabb commit 1e48035
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -13,7 +13,7 @@
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
import settingdust.heraclesforblabber.EntrypointKt;

@Mixin(PlayerDialogueTracker.class)
@Mixin(value = PlayerDialogueTracker.class, remap = false)
public class PlayerDialogueTrackerMixin {
@Shadow
@Final
Expand Down

0 comments on commit 1e48035

Please sign in to comment.