Fix required version of PL

This commit is contained in:
libraryaddict 2021-07-10 17:15:09 +12:00
parent 217a753343
commit 7df05e4647
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ public class DisguiseUtilities {
}
// If we are on 1.17, future release build or this dev build
return new String[]{"4.7.1", "528"};
return new String[]{"4.7.0"};
}
public static boolean isProtocolLibOutdated() {