mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-07 08:39:13 +00:00
Fixed #currentLevel
This commit is contained in:
@@ -57,8 +57,6 @@ public enum Skill {
|
|||||||
*/
|
*/
|
||||||
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 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