Update assetguard.js

This commit is contained in:
Daniel Scalzi 2023-03-07 09:10:33 -05:00 committed by GitHub
parent 2222b9fc67
commit a9c92b9e99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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('.')