Fix kill-road-mobs. Fixes PS-73

This commit is contained in:
Alexander Söderberg 2020-07-09 19:46:17 +02:00
parent 6b07f38cff
commit 699eb71e2a
No known key found for this signature in database
GPG Key ID: C0207FF7EA146678

View File

@ -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();