Reformat and clean up "net" package

This commit is contained in:
P0nk
2021-09-09 23:26:02 +02:00
parent 69f4580637
commit 6be6ea9927
235 changed files with 3556 additions and 3398 deletions

View File

@@ -32,9 +32,9 @@ import server.maps.Reactor;
public final class ReactorHitHandler extends AbstractPacketHandler {
@Override
public final void handlePacket(InPacket p, Client c) {
//System.out.println(slea); //To see if there are any differences with packets
//System.out.println(slea); //To see if there are any differences with packets
//CD 00 6B 00 00 00 01 00 00 00 03 00 00 00 20 03 F7 03 00 00
//[CD 00] [66 00 00 00] [00 00 00 00] [02 00] [00 00 19 01] [00 00 00 00]
//[CD 00] [66 00 00 00] [00 00 00 00] [02 00] [00 00 19 01] [00 00 00 00]
int oid = p.readInt();
int charPos = p.readInt();
short stance = p.readShort();