Formation geändert

This commit is contained in:
Frank Baumann 2012-09-24 16:39:10 +02:00
parent b5d4efae67
commit 126673dfbc

View File

@ -39,9 +39,9 @@ public class EntityListener implements Listener{
if(eworld!=null){ if(eworld!=null){
if( if(
event.getSpawnReason()==SpawnReason.CHUNK_GEN|| event.getSpawnReason()==SpawnReason.CHUNK_GEN||
event.getSpawnReason()==SpawnReason.BREEDING|| event.getSpawnReason()==SpawnReason.BREEDING||
event.getSpawnReason()==SpawnReason.NATURAL){ event.getSpawnReason()==SpawnReason.NATURAL){
event.setCancelled(true); event.setCancelled(true);
} }
} }
@ -50,9 +50,9 @@ public class EntityListener implements Listener{
if(gworld!=null){ if(gworld!=null){
if( if(
event.getSpawnReason()==SpawnReason.CHUNK_GEN|| event.getSpawnReason()==SpawnReason.CHUNK_GEN||
event.getSpawnReason()==SpawnReason.BREEDING|| event.getSpawnReason()==SpawnReason.BREEDING||
event.getSpawnReason()==SpawnReason.NATURAL){ event.getSpawnReason()==SpawnReason.NATURAL){
event.setCancelled(true); event.setCancelled(true);
} }
} }