Skip to content

Commit

Permalink
Merge branch 'nightly' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup3rFire committed Sep 17, 2021
2 parents b10619c + 7d52823 commit 24bfc46
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 471 deletions.
1 change: 0 additions & 1 deletion src/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export default class Client extends EventEmitter {
public disconnect(): void {
this.ws?.send_packet({ command: "die" });
this.ws?.socket.close();
this.user?.room?.game?.stop();

this.token = "";
this.user = undefined;
Expand Down
309 changes: 0 additions & 309 deletions src/gameplay/GameplayManager.ts

This file was deleted.

72 changes: 0 additions & 72 deletions src/gameplay/GameplayTypes.ts

This file was deleted.

Loading

0 comments on commit 24bfc46

Please sign in to comment.