mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-12 01:25:26 +02:00
cleanup
This commit is contained in:
@@ -207,7 +207,7 @@ public class EssentialsProtectEntityListener implements Listener
|
||||
return;
|
||||
}
|
||||
else if ((event.getEntity() instanceof WitherSkull)
|
||||
&& settings.getData().getPrevent().isWitherSkullExplosion())
|
||||
&& settings.getData().getPrevent().isWitherskullExplosion())
|
||||
{
|
||||
event.setCancelled(true);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user