Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-16 04:50:05 +01:00
SPIGOT-2862: Cannot spawn evoker fangs
Dieser Commit ist enthalten in:
Ursprung
41ade2f291
Commit
ff324aabe6
@ -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) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren