Skip to content

Commit

Permalink
fix mob goal test
Browse files Browse the repository at this point in the history
  • Loading branch information
fhnaumann committed Feb 2, 2024
1 parent bb47857 commit 6c20439
Show file tree
Hide file tree
Showing 2 changed files with 960 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public MobGoal(Context context, boolean complete, Map<EntityType, Collect> toKil


// TODO: remove
Bukkit.getOnlinePlayers().forEach(player -> {
context.plugin().getServer().getOnlinePlayers().forEach(player -> {
player.showBossBar(bossBar);
});
}
Expand Down
Loading

0 comments on commit 6c20439

Please sign in to comment.