yolkbot 0.1.1-alpha.26 → 0.1.1-alpha.27

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "yolkbot",
3
3
  "description": "create a shell shockers (self) bot in under 10 lines.",
4
- "version": "0.1.1-alpha.26",
4
+ "version": "0.1.1-alpha.27",
5
5
  "keywords": [
6
6
  "shell shockers",
7
7
  "shellshock.io",
package/src/bot.js CHANGED
@@ -1888,6 +1888,9 @@ export class Bot {
1888
1888
  this.game.socket.close();
1889
1889
  this.matchmaker.close();
1890
1890
 
1891
+ this._dispatches = [];
1892
+ this._packetQueue = [];
1893
+
1891
1894
  if (!noCleanup) {
1892
1895
  delete this.account;
1893
1896
  delete this.game;