achievementdiary: remove redundent null check

This commit is contained in:
sdburns1998
2019-07-07 02:02:22 +02:00
parent 8ba3ca3fef
commit 2c2f0626a7

View File

@@ -124,10 +124,6 @@ public class DiaryRequirementsPlugin extends Plugin
}
Map<String, String> skillRequirements = buildRequirements(requirements.getRequirements());
if (skillRequirements == null)
{
return;
}
int offset = 0;
String taskBuffer = "";