mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-15 19:54:03 +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);
|
blockLoc.getWorld().spawnEntity(blockLoc, eggType);
|
||||||
}
|
}
|
||||||
|
event.setCancelled(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user