Skip to content

Commit

Permalink
新增BetterLoyalty更好的三叉戟忠诚
Browse files Browse the repository at this point in the history
  • Loading branch information
0XPYEX0 committed May 9, 2024
1 parent b3846de commit 2853d05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void onProjectileLaunch(ProjectileLaunchEvent event) {
new BukkitRunnable() {
@Override
public void run() {
if (!event.getEntity().isValid()) { //三叉戟跑出视距外了,不再处理,也没办法处理
if (!event.getEntity().isValid()) { //三叉戟跑出视距外了,或已收回到主人手上,不再处理,也没办法处理
cancel();
return;
}
Expand Down

0 comments on commit 2853d05

Please sign in to comment.