mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-09-18 21:54:50 +00:00
SPIGOT-2862: Cannot spawn evoker fangs
This commit is contained in:
parent
41ade2f291
commit
ff324aabe6
1 changed files with 1 additions and 1 deletions
|
@ -1160,7 +1160,7 @@ public class CraftWorld implements World {
|
|||
} else if (AreaEffectCloud.class.isAssignableFrom(clazz)) {
|
||||
entity = new EntityAreaEffectCloud(world, x, y, z);
|
||||
} else if (EvokerFangs.class.isAssignableFrom(clazz)) {
|
||||
entity = new EntityEvokerFangs(world);
|
||||
entity = new EntityEvokerFangs(world, x, y, z, yaw, 0, null);
|
||||
}
|
||||
|
||||
if (entity != null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue