mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Fix kill-road-mobs. Fixes PS-73
This commit is contained in:
parent
6b07f38cff
commit
699eb71e2a
@ -833,7 +833,6 @@ public final class BukkitMain extends JavaPlugin implements Listener, IPlotMain<
|
|||||||
case "HOGLIN":
|
case "HOGLIN":
|
||||||
case "PIGLIN":
|
case "PIGLIN":
|
||||||
case "ZOGLIN":
|
case "ZOGLIN":
|
||||||
break;
|
|
||||||
default: {
|
default: {
|
||||||
if (Settings.Enabled_Components.KILL_ROAD_MOBS) {
|
if (Settings.Enabled_Components.KILL_ROAD_MOBS) {
|
||||||
Location location = entity.getLocation();
|
Location location = entity.getLocation();
|
||||||
|
Loading…
Reference in New Issue
Block a user