From c4dc7f40a61235cae0f4f1f8d0a9fe47db17cc5f Mon Sep 17 00:00:00 2001 From: Evan Shimizu Date: Sat, 24 Mar 2018 21:32:23 -0400 Subject: [PATCH] almost forgot to update the parser process --- background.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background.html b/background.html index d16a9a8..b6a56e6 100644 --- a/background.html +++ b/background.html @@ -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);