mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-21 08:37:50 +01:00
Removed debug lines.
This commit is contained in:
parent
c8dfd4a242
commit
45c0bc84da
@ -41,8 +41,6 @@ public class SettingsPanel {
|
||||
private static void setupHeader(User user, PanelBuilder panelBuilder, Flag.Type currentFlagType) {
|
||||
int slot = 2;
|
||||
for (Flag.Type flagType : Flag.Type.values()) {
|
||||
System.out.println("DEBUGGY:" + flagType.toString());
|
||||
System.out.println("DEBUGGY:" + user.getTranslation("protection.panel." + flagType.toString() + ".description"));
|
||||
PanelItem panelItem = new PanelItemBuilder()
|
||||
.icon(flagType.getIcon())
|
||||
.name(user.getTranslation("protection.panel." + flagType.toString() + ".title"))
|
||||
|
Loading…
Reference in New Issue
Block a user