Баг-фикс, улучшения #1

Merged
Royce59 merged 3 commits from dev into main 2026-02-19 21:50:38 +00:00
Showing only changes of commit c59118c366 - Show all commits

View File

@@ -40,6 +40,7 @@ public class PacketFactory {
packet.read(stream);
return packet;
} catch (Exception e) {
e.printStackTrace();
throw new ProtocolException("Failed to create packet with id " + packetId);
}
}