Fix typo in unused readUnsignedByte method of MinecraftProtocol
This commit is contained in:
parent
b167a45690
commit
151344aaff
@ -14,7 +14,7 @@ public class MinecraftInput
|
|||||||
return buf.readByte();
|
return buf.readByte();
|
||||||
}
|
}
|
||||||
|
|
||||||
public short readUnisgnedByte()
|
public short readUnsignedByte()
|
||||||
{
|
{
|
||||||
return buf.readUnsignedByte();
|
return buf.readUnsignedByte();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user