Fix compile warning

This commit is contained in:
drdev
2014-07-17 04:24:12 +00:00
parent 03ecc1fc18
commit 135617ff9d

View File

@@ -102,9 +102,7 @@ public enum CSubmenuQuestDraft implements ICDoc {
}
@SuppressWarnings("unchecked")
private void endTournamentAndAwardPrizes() {
QuestEventDraft draft = FModel.getQuest().getAchievements().getCurrentDraft();
if (!draft.isStarted()) {