Skip to content

Commit

Permalink
Annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
Sefiraat committed Jun 18, 2022
1 parent 6c9fb04 commit 072c61c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void purgeMobCap(CommandSender sender, String mobCapType) {
final MobCap mobCap = MobManager.getInstance().getMobCap(MobCapType.valueOf(mobCapType));
final String message = "Mob Cap Purged";

mobCap.killAllMobs();
mobCap.killAllMobs();
if (sender instanceof Player player) {
player.sendMessage(Theme.SUCCESS.apply(message));
} else {
Expand Down

0 comments on commit 072c61c

Please sign in to comment.