Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-08 17:20:24 +01:00
Remove ')'
Dieser Commit ist enthalten in:
Ursprung
6674423ea4
Commit
d7353e01b0
@ -83,12 +83,8 @@ public class EntityPackets {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} else if ((type1_14.is(Entity1_14Types.EntityType.ITEM) && data > 0)
|
} else if ((type1_14.is(Entity1_14Types.EntityType.ITEM) && data > 0)
|
||||||
|| type1_14.is(Entity1_14Types.EntityType.ARROW)
|
|| type1_14.isOrHasParent(Entity1_14Types.EntityType.ABSTRACT_ARROW)) {
|
||||||
|| type1_14.is(Entity1_14Types.EntityType.SPECTRAL_ARROW)
|
if (type1_14.isOrHasParent(Entity1_14Types.EntityType.ABSTRACT_ARROW)) {
|
||||||
|| type1_14.is(Entity1_14Types.EntityType.TRIDENT)) {
|
|
||||||
if (type1_14.is(Entity1_14Types.EntityType.ARROW)
|
|
||||||
|| type1_14.is(Entity1_14Types.EntityType.SPECTRAL_ARROW)
|
|
||||||
|| type1_14.is(Entity1_14Types.EntityType.TRIDENT))) { // todo check if trident needs it
|
|
||||||
wrapper.set(Type.INT, 0, data - 1);
|
wrapper.set(Type.INT, 0, data - 1);
|
||||||
}
|
}
|
||||||
// send velocity in separate packet, 1.14 is now ignoring the velocity
|
// send velocity in separate packet, 1.14 is now ignoring the velocity
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren