Prevent breaking win streak label for desktop game

This commit is contained in:
drdev
2014-07-07 04:20:10 +00:00
parent 787bb94d6d
commit 1eae4e423e
5 changed files with 26 additions and 3 deletions

View File

@@ -224,4 +224,9 @@ public class QuestMenu extends FPopupMenu implements IVQuestStats {
public boolean isChallengesView() {
return Forge.getCurrentScreen() == challengesScreen;
}
@Override
public boolean allowHtml() {
return false;
}
}