Skip to content

Commit

Permalink
fix: rename minecart EntityType enum constants
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreSchwang committed Aug 10, 2024
1 parent 895cf0d commit 99858c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Bukkit/src/main/java/com/plotsquared/bukkit/BukkitPlatform.java
Original file line number Diff line number Diff line change
Expand Up @@ -821,13 +821,13 @@ private void runEntityTask() {
case "ARMOR_STAND":
// Temporarily classify as vehicle
case "MINECART":
case "MINECART_CHEST":
case "MINECART_COMMAND":
case "MINECART_FURNACE":
case "MINECART_HOPPER":
case "MINECART_MOB_SPAWNER":
case "CHEST_MINECART":
case "COMMAND_BLOCK_MINECART":
case "FURNACE_MINECART":
case "HOPPER_MINECART":
case "SPAWNER_MINECART":
case "ENDER_CRYSTAL":
case "MINECART_TNT":
case "TNT_MINECART":
case "CHEST_BOAT":
case "BOAT":
if (Settings.Enabled_Components.KILL_ROAD_VEHICLES) {
Expand Down

0 comments on commit 99858c3

Please sign in to comment.