From 6286eee4391c09b37b7a3d04111f0517bd25ca5f Mon Sep 17 00:00:00 2001 From: Jelle van Snik Date: Fri, 23 Sep 2022 20:53:06 +0200 Subject: [PATCH] line disappeared, oops --- public/assets/js/miieditor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/assets/js/miieditor.js b/public/assets/js/miieditor.js index d919552..cd90a4c 100644 --- a/public/assets/js/miieditor.js +++ b/public/assets/js/miieditor.js @@ -88,6 +88,7 @@ if (!validMiiData) { const shouldContinue = window.confirm('Found corrupted mii data, want to continue with a new Mii?'); if (!shouldContinue) window.location.assign('/account'); + initializeMiiData(newMiiData); } // we keeep the images here so we can cache them when we need to change the build/height