That wasn't supposed to be committed....

This commit is contained in:
GJ 2013-02-17 01:40:52 -05:00
parent 8a795e6091
commit f2b03896e2

View File

@ -225,7 +225,6 @@ public class EntityListener implements Listener {
SpawnReason reason = event.getSpawnReason();
if (reason == SpawnReason.SPAWNER || reason == SpawnReason.SPAWNER_EGG) {
event.getEntity().setRemoveWhenFarAway(false);
mcMMO.p.setIsSpawned(event.getEntity());
}
}