Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
Identify unsigned byte properly
Dieser Commit ist enthalten in:
Ursprung
c6d3c97c65
Commit
abe3c4b0c9
@ -6,7 +6,7 @@ import us.myles.ViaVersion.api.type.TypeConverter;
|
|||||||
|
|
||||||
public class UnsignedByteType extends Type<Short> implements TypeConverter<Short> {
|
public class UnsignedByteType extends Type<Short> implements TypeConverter<Short> {
|
||||||
public UnsignedByteType() {
|
public UnsignedByteType() {
|
||||||
super(Short.class);
|
super("Unsigned Byte", Short.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren