Skip to content

Commit

Permalink
almost forgot to update the parser process
Browse files Browse the repository at this point in the history
  • Loading branch information
ebshimizu committed Mar 25, 2018
1 parent 8c52efa commit c4dc7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
const app = require('electron').remote.app;
const HeroesTalents = require(path.join(__dirname, './js/heroes-talents.js'));

Heroes = new HeroesTalents.HeroesTalents(__dirname + '/assets/heroes-talents');
Heroes = new HeroesTalents.HeroesTalents(__dirname + '/assets/heroes-talents', __dirname + '/assets/data');

ipc.on('parseReplay', function(event, file, id, fromWindowId) {
let out = Parser.processReplay(file, Heroes);
Expand Down

0 comments on commit c4dc7f4

Please sign in to comment.