mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-07 08:39:13 +00:00
Update Skill.java
Made it compilable, but getCurrentLevel() needs to be fixed (see comment in code)
This commit is contained in:
@@ -124,7 +124,8 @@ public enum Skill {
|
|||||||
* Done by Bears
|
* Done by Bears
|
||||||
*/
|
*/
|
||||||
public static final int getCurrentLevel(int index) {
|
public static final int getCurrentLevel(int index) {
|
||||||
return Loader.getClient().getCurrentStats()[index];
|
//return Loader.getClient().getCurrentStats()[index];
|
||||||
|
return getRealLevel(index); //TODO fix this method, it invokes a method not in the client accessor.
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user