Update assetguard.js
This commit is contained in:
parent
2222b9fc67
commit
a9c92b9e99
@ -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('.')
|
||||
|
Loading…
Reference in New Issue
Block a user