Skip to content

Commit

Permalink
修复玩家成就报告错误 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
xia-mc authored Mar 21, 2024
1 parent b2349b3 commit 9509eb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ public abstract class MixinPlayerAdvancements {
//#endif



ServerPlayer player = this.player;

if (!player.getAdvancements().getOrStartProgress(advancement).isDone()) return;
if (VanishAPI.isVanished(player)) return;
//#if MC >= 12002
//$$ IEvents.PLAYER_ADVANCEMENT.invoker().onAdvancement(player, advancement.value());
Expand Down

0 comments on commit 9509eb7

Please sign in to comment.