Skip to content

Commit

Permalink
Fix GC reconnect failing after app restart
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphyrus committed Oct 10, 2019
1 parent dbe2b16 commit 76cfc18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ function TeamFortress2(steam) {
this.emit('disconnectedFromGC', TeamFortress2.GCGoodbyeReason.NO_SESSION);
}

this._isInTF2 = false;
this.haveGCSession = false;
};

Expand Down

0 comments on commit 76cfc18

Please sign in to comment.