Баг-фикс, улучшения #1
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user