From a9c92b9e9983b9bfd64fcb365c3adfe5447e7a58 Mon Sep 17 00:00:00 2001 From: Daniel Scalzi Date: Tue, 7 Mar 2023 09:10:33 -0500 Subject: [PATCH] Update assetguard.js --- app/assets/js/assetguard.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/js/assetguard.js b/app/assets/js/assetguard.js index 824d449f..ced889a1 100644 --- a/app/assets/js/assetguard.js +++ b/app/assets/js/assetguard.js @@ -152,7 +152,6 @@ class Util { * @param {string} desired The desired version. * @param {string} actual The actual version. */ - static mcVersionAtLeast(desired, actual){ const des = desired.split('.') const act = actual.split('.')