mirror of
https://github.com/plexusorg/Plex.git
synced 2025-06-26 05:44:28 +00:00
Fixes spawn egg bypass
Literally a one-line fix. Bruh
This commit is contained in:
@ -86,6 +86,7 @@ public class MobListener extends PlexListener
|
||||
{
|
||||
blockLoc.getWorld().spawnEntity(blockLoc, eggType);
|
||||
}
|
||||
event.setCancelled(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user