baltica 0.1.28 → 0.1.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -68,6 +68,7 @@ class Client extends shared_1.Emitter {
68
68
  this.packetCompressor = new shared_1.PacketCompressor(this);
69
69
  this.handleGamePackets();
70
70
  this.raknet.on("encapsulated", this.handleEncapsulated.bind(this));
71
+ await new Promise((resolve) => setTimeout(resolve, 100));
71
72
  const request = new protocol_1.RequestNetworkSettingsPacket();
72
73
  request.protocol = types_1.ProtocolList[types_1.CurrentVersionConst];
73
74
  this.send(request);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "baltica",
3
3
  "description": "Library for Minecraft Bedrock Edition community developers.",
4
- "version": "0.1.28",
4
+ "version": "0.1.29",
5
5
  "minecraft": "1.21.130",
6
6
  "main": "dist/index.js",
7
7
  "license": "MIT",