Hey everyone im getting this error!
starting...
src\com\rs\game\player\content\MaxedUser.java:12: error: unreachable statement
return player.completedFightKiln = true;
^
1 error
Press any key to continue . . .
And this is the code for it!
Can anyone tell me how to fix it? or show?
public static boolean isCompletionist(Player player) {
return player.getSkills().getTotalLevel(player) == 2496;
return player.completedFightKiln = true;
}