Skip to content

Commit

Permalink
only needed server-side
Browse files Browse the repository at this point in the history
Signed-off-by: Lyfts <[email protected]>
  • Loading branch information
Lyfts committed Dec 27, 2024
1 parent 38d8d1c commit ce6a3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/serverutils/mixin/Mixins.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public enum Mixins {
"minecraft.vanish.MixinWorld",
"minecraft.vanish.MixinItemInWorldManager")),
HIDE_VANISHED_FROM_DETECTOR(new Builder("Hide vanished players from the RandomThings online detector")
.addTargetedMod(RANDOMTHINGS).setSide(Side.BOTH).setPhase(Phase.LATE).setApplyIf(() -> commands.vanish)
.addTargetedMod(RANDOMTHINGS).setSide(Side.SERVER).setPhase(Phase.LATE).setApplyIf(() -> commands.vanish)
.addMixinClasses("randomthings.MixinWorldUtils")),;

private final List<String> mixinClasses;
Expand Down

0 comments on commit ce6a3b2

Please sign in to comment.