Skip to content

Commit

Permalink
Merge pull request #12 from Nekiplay/patch-1
Browse files Browse the repository at this point in the history
Fix Numby-hack compatibility
  • Loading branch information
Nxyi authored Apr 19, 2024
2 parents 15e7f16 + 426ccc4 commit f6959c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ This is a Meteor Addon and requires the use of [Meteor Client](https://meteorcli

Your done now and the Client should be working as expected! If not please join the [Discord](https://discord.gg/kja3YYV7R9) and we will be happy to help!

### Incompatibilities
- NumbyHack (caused by Mixin Conflict in DiscordPRC)

## Setup

### Install Stable Version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import org.spongepowered.asm.mixin.injection.*;
import org.spongepowered.asm.mixin.injection.invoke.arg.Args;

@Mixin(value = DiscordPresence.class, remap = false)
@Mixin(value = DiscordPresence.class, remap = false, priority = 1002)
public class DiscordPresenceMixin {
@ModifyArg(method = "onActivate", at = @At(value = "INVOKE", target = "Lmeteordevelopment/discordipc/DiscordIPC;start(JLjava/lang/Runnable;)Z"))
private long modifyAppId(long appId) {
Expand Down

0 comments on commit f6959c0

Please sign in to comment.