mirror of
https://github.com/SpigotMC/BungeeCord.git
synced 2024-11-24 03:05:49 +01:00
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();
|
||||
}
|
||||
|
||||
public short readUnisgnedByte()
|
||||
public short readUnsignedByte()
|
||||
{
|
||||
return buf.readUnsignedByte();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user