Skip to content

Commit

Permalink
Merge pull request #33 from igor-lisboa/develop
Browse files Browse the repository at this point in the history
Colocando IA na lista de destinos d aviso de jogoFinalizado tbm
  • Loading branch information
igor-lisboa authored Apr 28, 2021
2 parents cb2cd3c + 6e1bd34 commit 2eb51b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ emitter.on("jogoResetado", (args) => {

emitter.on("jogoFinalizado", (args) => {
if ("jogoId" in args && "jogoFinalizado" in args) {
const identificadores = [args.jogoId + "-0", args.jogoId + "-1"];
const identificadores = [args.jogoId + "-0", args.jogoId + "-1", "I.A."];

let destinos = [];

Expand Down

0 comments on commit 2eb51b0

Please sign in to comment.