diff --git a/src/modules/patcher.ts b/src/modules/patcher.ts index 876af16..371ddfd 100644 --- a/src/modules/patcher.ts +++ b/src/modules/patcher.ts @@ -616,13 +616,9 @@ class PatcherCache { // Clear cache window.localStorage.setItem(PatcherCache.#KEY_CACHE, '{}'); + // Save new signature window.localStorage.setItem(PatcherCache.#KEY_SIGNATURE, currentSig.toString()); - - // Refresh page - // @ts-ignore - window.location.reload(true); - } else { BxLogger.info(LOG_TAG, 'Signature unchanged'); }