`ICommonAPI.setPlayerModel()` not work
none283 opened this issue ยท 1 comments
Non-static method 'setPlayerModel(java.lang.Class<P>, P, com.tom.cpm.shared.io.ModelFile, boolean)' cannot be referenced from a static context
when im trying to use ICommonAPI.setPlayerModel(Player.class, playerObj, modelFile, forced);
method