Fix MC <= 1.12.2 error at startup

This commit is contained in:
Frank van der Heijden 2020-10-10 01:29:32 +02:00
parent a1f555ee5e
commit bd213b273a
No known key found for this signature in database
GPG key ID: 26DA56488D314D11

View file

@ -67,7 +67,7 @@ public class RCraftServer {
fieldOf("playerList"));
methods = getAllMethods(craftServerClass,
methodOf("loadIcon"),
methodOf("syncCommands"));
methodOf("syncCommands", min(13)));
} catch (Exception ex) {
ex.printStackTrace();
}