mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-21 05:44:33 +00:00
No more ghastly pigs!
This commit is contained in:
parent
57d677d1e8
commit
6cf0fc4a7b
1 changed files with 1 additions and 1 deletions
|
@ -718,7 +718,7 @@ public class CraftWorld implements World {
|
|||
} else if (Ghast.class.isAssignableFrom(clazz)) {
|
||||
entity = new EntityGhast(world);
|
||||
} else if (Pig.class.isAssignableFrom(clazz)) {
|
||||
entity = new EntityGhast(world);
|
||||
entity = new EntityPig(world);
|
||||
} else if (Player.class.isAssignableFrom(clazz)) {
|
||||
// need a net server handler for this one
|
||||
} else if (Sheep.class.isAssignableFrom(clazz)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue