Changed the question mark head to an MHF_

This commit is contained in:
Florian CUNY 2018-03-17 11:40:30 +01:00
parent a9d5ab9b98
commit b662080ffa

View File

@ -22,7 +22,7 @@ public class SettingsPanel {
PanelItem help = new PanelItemBuilder()
.name(user.getTranslation("protection.panel.help-item.name"))
.icon("crashdummie99") // Question marks
.icon("MHF_Question") // Question marks
.build();
panelBuilder.item(8, help);