mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-04 06:34:44 +02:00
That wasn't supposed to be committed....
This commit is contained in:
@ -225,7 +225,6 @@ public class EntityListener implements Listener {
|
|||||||
SpawnReason reason = event.getSpawnReason();
|
SpawnReason reason = event.getSpawnReason();
|
||||||
|
|
||||||
if (reason == SpawnReason.SPAWNER || reason == SpawnReason.SPAWNER_EGG) {
|
if (reason == SpawnReason.SPAWNER || reason == SpawnReason.SPAWNER_EGG) {
|
||||||
event.getEntity().setRemoveWhenFarAway(false);
|
|
||||||
mcMMO.p.setIsSpawned(event.getEntity());
|
mcMMO.p.setIsSpawned(event.getEntity());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user