We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f3d93 commit b9ea8ccCopy full SHA for b9ea8cc
lib/bot.js
@@ -132,7 +132,7 @@ class Bot extends EventEmitter {
132
133
// Ensure we own CSGO
134
// We have to wait until app ownership is cached to safely check
135
- this.steamClient.once('appOwnershipCached', () => {
+ this.steamClient.once('ownershipCached', () => {
136
if (!this.steamClient.ownsApp(730)) {
137
winston.info(`${this.username} doesn't own CS:GO, retrieving free license`);
138
0 commit comments