mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-26 16:04:27 +02:00
Fill out default spawn prevent values in protect
This commit is contained in:
@@ -45,7 +45,13 @@ public class Prevent implements StorageObject
|
||||
|
||||
public Prevent()
|
||||
{
|
||||
spawn.put(EntityType.PIG, false);
|
||||
for (EntityType t : EntityType.values())
|
||||
{
|
||||
if (t.isAlive())
|
||||
{
|
||||
spawn.put(t, false);
|
||||
}
|
||||
}
|
||||
pistonPush.add(Material.GLASS);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user