Import cleanup

This commit is contained in:
md_5
2013-07-04 10:03:41 +10:00
parent bd42fb23a0
commit cac35116c3
3 changed files with 2 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ public class PacketC9PlayerListItem extends DefinedPacket
{
writeString( username, buf );
buf.writeBoolean( online );
buf.writeShort(ping );
buf.writeShort( ping );
}
@Override