Fix MC <= 1.12.2 error at startup
This commit is contained in:
parent
a1f555ee5e
commit
bd213b273a
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ public class RCraftServer {
|
||||||
fieldOf("playerList"));
|
fieldOf("playerList"));
|
||||||
methods = getAllMethods(craftServerClass,
|
methods = getAllMethods(craftServerClass,
|
||||||
methodOf("loadIcon"),
|
methodOf("loadIcon"),
|
||||||
methodOf("syncCommands"));
|
methodOf("syncCommands", min(13)));
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
ex.printStackTrace();
|
ex.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue