Fixing minor spacing issue.

This commit is contained in:
Glitchfinder 2013-01-18 14:47:55 -08:00
parent ca2673f258
commit 50de88a0a0

View File

@ -64,7 +64,7 @@ public class EntityListener implements Listener {
mcMMO.placeStore.setFalse(block);
mcMMO.placeStore.addSpawnedMob(entity);
}
else if (mcMMO.placeStore.isSpawnedMob(entity)) {
else if (mcMMO.placeStore.isSpawnedMob(entity)) {
mcMMO.placeStore.setTrue(block);
mcMMO.placeStore.removeSpawnedMob(entity);
}