geforkt von Mirrors/Paper
Removed extra addEntity call in SpawnerCreature.
Dieser Commit ist enthalten in:
Ursprung
392e2a4272
Commit
e83a197567
@ -283,7 +283,6 @@ public final class SpawnerCreature {
|
|||||||
entityliving.setPositionRotation((double) f, (double) f1, (double) f2, random.nextFloat() * 360.0F, 0.0F);
|
entityliving.setPositionRotation((double) f, (double) f1, (double) f2, random.nextFloat() * 360.0F, 0.0F);
|
||||||
// CraftBukkit - added a reason for spawning this creature
|
// CraftBukkit - added a reason for spawning this creature
|
||||||
world.addEntity(entityliving, SpawnReason.NATURAL);
|
world.addEntity(entityliving, SpawnReason.NATURAL);
|
||||||
world.addEntity(entityliving);
|
|
||||||
a(entityliving, world, f, f1, f2);
|
a(entityliving, world, f, f1, f2);
|
||||||
flag = true;
|
flag = true;
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren