Deleted unused diary code

This commit is contained in:
GregF
2026-03-30 06:57:43 +00:00
committed by Ryan
parent 3692be6fd1
commit 97b5892eac
@@ -224,18 +224,6 @@ public class AchievementDiary {
drawStatus(player);
}
public boolean checkComplete(DiaryLevel level){
if(type != DiaryType.LUMBRIDGE && level == DiaryLevel.BEGINNER){
return false;
}
if(level == DiaryLevel.BEGINNER){
return completedLevels.contains(level.ordinal());
}
return completedLevels.contains(level.ordinal() - 1);
}
/**
* Sends a string on the diary interface.
* @param player the player.