mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-05 14:33:48 +00:00
Fix kill-road-mobs. Fixes PS-73
This commit is contained in:
parent
6b07f38cff
commit
699eb71e2a
1 changed files with 0 additions and 1 deletions
|
@ -833,7 +833,6 @@ public final class BukkitMain extends JavaPlugin implements Listener, IPlotMain<
|
|||
case "HOGLIN":
|
||||
case "PIGLIN":
|
||||
case "ZOGLIN":
|
||||
break;
|
||||
default: {
|
||||
if (Settings.Enabled_Components.KILL_ROAD_MOBS) {
|
||||
Location location = entity.getLocation();
|
||||
|
|
Loading…
Reference in a new issue