mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 18:27:41 +01:00
SPIGOT-2862: Cannot spawn evoker fangs
By: md_5 <git@md-5.net>
This commit is contained in:
parent
140a834de3
commit
e12c8edd14
@ -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…
Reference in New Issue
Block a user