We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b7681 commit 073b2e1Copy full SHA for 073b2e1
index.js
@@ -54,8 +54,8 @@ class CSGOGSI extends EventEmitter {
54
this.emit("gameMap", data["map"]["name"]);
55
this.emit("gamePhase", data["map"]["phase"]); //warmup etc
56
this.emit("gameRounds", data["map"]["round"]);
57
- this.emit("gameCTscore", data["map"]["team_ct"]["score"]);
58
- this.emit("gameTscore", data["map"]["team_t"]["score"]);
+ this.emit("gameCTscore", data["map"]["team_ct"]);
+ this.emit("gameTscore", data["map"]["team_t"]);
59
}
60
61
if (data["round_wins"]) {
0 commit comments