Skip to content

Commit

Permalink
Update EntitySpawnListener.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev7ex committed Sep 9, 2024
1 parent 5dbae17 commit 3ae4da4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public void handleEntitySpawn(final EntitySpawnEvent event) {
if (!(event.getEntity() instanceof LivingEntity)) {
return;
}

event.setCancelled(!worldHolder.isSpawnEntities());
}

Expand Down

0 comments on commit 3ae4da4

Please sign in to comment.