Skip to content

Commit

Permalink
移除一个导致FakePlayer异常的Paper Patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Luohuayu committed May 3, 2022
1 parent fd72aca commit 45f4f0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@
+ }
+ @Override
+ public boolean func_70610_aX() {
+ return super.func_70610_aX() || (this.field_71135_a != null && this.field_71135_a.isDisconnected()); // Paper
+ return super.func_70610_aX() || !getBukkitEntity().isOnline();
+ }
+ @Override
+ public Scoreboard func_96123_co() {
Expand Down

0 comments on commit 45f4f0a

Please sign in to comment.