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

@@ -69,7 +69,7 @@ public class RequestServerLogin extends AbstractClientPacket
_key1 = readD();
_key2 = readD();
_server_id = readC();// = rawPacket[9] &0xff;
_server_id = readC(); // = rawPacket[9] &0xff;
}
@Override