Comments should follow a space.

This commit is contained in:
MobiusDevelopment
2022-07-15 11:02:22 +00:00
parent 48889ed549
commit 939e56683e
22 changed files with 95 additions and 95 deletions

View File

@@ -37,7 +37,7 @@ public class ExCollectionList implements IClientOutgoingPacket
{
OutgoingPackets.EX_COLLECTION_LIST.writeId(packet);
packet.writeC(_category);
packet.writeD(0);// size & loop body
packet.writeD(0); // size & loop body
return true;
}
}

View File

@@ -29,7 +29,7 @@ public class ExCollectionOpenUI implements IClientOutgoingPacket
public boolean write(PacketWriter packet)
{
OutgoingPackets.EX_COLLECTION_OPEN_UI.writeId(packet);
packet.writeC(0);// unk and may be unk D too
packet.writeC(0); // unk and may be unk D too
return true;
}
}