mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 17:17:37 +00:00
Fixes spawn egg bypass
Literally a one-line fix. Bruh
This commit is contained in:
parent
88f10ef9cc
commit
37ac71b6ee
@ -86,6 +86,7 @@ public class MobListener extends PlexListener
|
||||
{
|
||||
blockLoc.getWorld().spawnEntity(blockLoc, eggType);
|
||||
}
|
||||
event.setCancelled(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user