Fixed #currentLevel

This commit is contained in:
JKetelaar
2014-10-28 21:08:19 +01:00
parent 31916d2c14
commit 0dbfc465f5
@@ -57,8 +57,6 @@ public enum Skill {
*/
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.
}
/**