Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit b60f79a

Browse files
Update DestroyEntityCommand.java
1 parent e7b4dd5 commit b60f79a

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/main/java/me/masterbro/testerutils/commands/DestroyEntityCommand.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ public boolean onCommand(CommandSender sender, Command command, String label, St
4141
return true;
4242
}
4343

44-
// if(/** Check if entity type exists at all. **/) {
45-
// player.sendMessage("Error: The entity type that was specified doesn't exist.");
46-
// player.sendMessage("Please check the spelling and try again.");
47-
// return true;
48-
// }
49-
5044
World world = Bukkit.getWorld(worldName);
5145

5246
Integer entityCount = 0;

0 commit comments

Comments
 (0)