geforkt von Mirrors/Paper
SPIGOT-6583: Throwing eggs doesn't make sounds
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
bcaff2755a
Commit
64174260d1
@ -21,7 +21,7 @@
|
|||||||
+ }
|
+ }
|
||||||
+ // CraftBukkit end
|
+ // CraftBukkit end
|
||||||
}
|
}
|
||||||
+ // world.playSound((EntityHuman) null, entityhuman.locX(), entityhuman.locY(), entityhuman.locZ(), SoundEffects.EGG_THROW, SoundCategory.PLAYERS, 0.5F, 0.4F / (world.getRandom().nextFloat() * 0.4F + 0.8F)); // CraftBukkit - from above
|
+ world.playSound((EntityHuman) null, entityhuman.locX(), entityhuman.locY(), entityhuman.locZ(), SoundEffects.EGG_THROW, SoundCategory.PLAYERS, 0.5F, 0.4F / (world.getRandom().nextFloat() * 0.4F + 0.8F));
|
||||||
|
|
||||||
entityhuman.b(StatisticList.ITEM_USED.b(this));
|
entityhuman.b(StatisticList.ITEM_USED.b(this));
|
||||||
if (!entityhuman.getAbilities().instabuild) {
|
if (!entityhuman.getAbilities().instabuild) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren