mirror of
https://github.com/Nan1t/NanoLimbo.git
synced 2026-02-12 11:56:14 +01:00
Debug log about received packets
This commit is contained in:
@@ -40,4 +40,9 @@ public class PacketHandshake implements PacketIn {
|
||||
this.port = msg.readUnsignedShort();
|
||||
this.nextState = State.getById(msg.readVarInt());
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return getClass().getSimpleName();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user