Change required PL to 4.8.0, no snapshot allowed

This commit is contained in:
libraryaddict 2022-03-22 20:41:05 +13:00
parent 262723358a
commit 4aaaa85f33
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ public class DisguiseUtilities {
}
// If you're on 1.18..
return new String[]{"4.8.0", "538"};
return new String[]{"4.8.0"};
}
public static boolean isProtocolLibOutdated() {