Skip to content

Commit

Permalink
This should fix the bug reported by Firelokust
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Feb 1, 2018
1 parent 31ec011 commit 7e204c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/Match.js
Expand Up @@ -433,7 +433,7 @@ function startMatch(self, game, gameData, doNav) {
game.quest[1] + 1,
game.area,
);
newgame.addData(data);
newgame.game.addData(data);
mkAi.run(doNav, newgame);
return;
} else if (
Expand Down

0 comments on commit 7e204c6

Please sign in to comment.