Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-27 00:22:51 +01:00
Fix itemArrayType of ItemRewriter on dev branch (#3398)
Dieser Commit ist enthalten in:
Ursprung
9c92ccea77
Commit
d954e1745d
@ -35,7 +35,7 @@ public abstract class ItemRewriter<C extends ClientboundPacketType, S extends Se
|
||||
private final Type<Item[]> itemArrayType;
|
||||
|
||||
protected ItemRewriter(T protocol) {
|
||||
this(protocol, Type.FLAT_VAR_INT_ITEM, Type.FLAT_VAR_INT_ITEM_ARRAY);
|
||||
this(protocol, Type.FLAT_VAR_INT_ITEM, Type.FLAT_VAR_INT_ITEM_ARRAY_VAR_INT);
|
||||
}
|
||||
|
||||
public ItemRewriter(T protocol, Type<Item> itemType, Type<Item[]> itemArrayType) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren