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