Fixes spawn egg bypass

Literally a one-line fix. Bruh
This commit is contained in:
Video 2023-11-07 03:41:24 -07:00
parent 88f10ef9cc
commit 37ac71b6ee
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ public class MobListener extends PlexListener
{
blockLoc.getWorld().spawnEntity(blockLoc, eggType);
}
event.setCancelled(true);
}
}