1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-12 01:25:26 +02:00
This commit is contained in:
Iaccidentally
2012-10-28 13:50:30 -04:00
parent df275fc237
commit 9038036abf
3 changed files with 5 additions and 5 deletions

View File

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