Skip to content

Commit

Permalink
Thou shall not remap
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Oct 19, 2024
1 parent b0986ed commit 6e36043
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.injection.At;

@Mixin(targets = "de.erdbeerbaerlp.dcintegration.common.DiscordEventListener")
@Mixin(targets = "de.erdbeerbaerlp.dcintegration.common.DiscordEventListener", remap = false)
public class DiscordEventListenerMixin {
@WrapOperation(method = "onEvent", at = @At(value = "INVOKE", target = "Lde/erdbeerbaerlp/dcintegration/common/util/McServerInterface;sendIngameMessage(Ldcshadow/net/kyori/adventure/text/Component;)V"))
private void railwayTweaks$addBlockedChars(McServerInterface instance, Component component, Operation<Void> original) {
Expand Down

0 comments on commit 6e36043

Please sign in to comment.