mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-09 16:17:37 +02:00
Adding missing entities to Protect Spawn Blacklist
This commit is contained in:
@@ -274,7 +274,7 @@ public class EssentialsProtectEntityListener implements Listener
|
||||
{
|
||||
return;
|
||||
}
|
||||
final CreatureType creature = event.getCreatureType();
|
||||
final EntityType creature = event.getEntityType();
|
||||
if (creature == null)
|
||||
{
|
||||
return;
|
||||
|
Reference in New Issue
Block a user