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"));
|
||||
methods = getAllMethods(craftServerClass,
|
||||
methodOf("loadIcon"),
|
||||
methodOf("syncCommands"));
|
||||
methodOf("syncCommands", min(13)));
|
||||
} catch (Exception ex) {
|
||||
ex.printStackTrace();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue