From d05ad418827ee9bec67847ba9c48901964611112 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Thu, 26 Dec 2019 19:06:37 -0800 Subject: [PATCH] Update main.js --- data/scripts/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/scripts/main.js b/data/scripts/main.js index 11e11e1b..131372b0 100644 --- a/data/scripts/main.js +++ b/data/scripts/main.js @@ -370,7 +370,7 @@ function rewriteText() { textContext.writeText(version.textList[i][1], version.textList[i][2], version.textList[i][3], version.textList[i][4], version.textList[i][5], version.textList[i][6], version.textList[i][7], version.textList[i][8], version.textList[i][9]); } } - cardImageUpdated() + cardMasterUpdated() }