Skip to content

Commit 529b13c

Browse files
committed
Woops
1 parent 82f4f9b commit 529b13c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/me/nik/combatplus/files/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public enum Setting {
141141
COMBATLOG_PREVENT_TELEPORTATIONS("combatlog.prevent_teleportations", true, "Should we prevent tagged players from Teleporting?"),
142142
COMBATLOG_PREVENT_DROPPING_ITEMS("combatlog.prevent_dropping_items", true, "Should we prevent tagged players from Dropping Items?"),
143143
COMBATLOG_PREVENT_PICKING_ITEMS("combatlog.prevent_picking_items", true, "Should we prevent tagged players from Picking Up Items?"),
144-
COMBATLOG_COMMANDS("combatlog.commands", "CombatLog Command Properties"),
144+
COMBATLOG_COMMANDS("combatlog.commands", "", "CombatLog Command Properties"),
145145
COMBATLOG_COMMANDS_ENABLED("combatlog.commands.enabled", true, "Should we prevent tagged players from Using Commands?"),
146146
COMBATLOG_COMMANDS_EXCLUDED("combatlog.commands.excluded", Arrays.asList("/heal", "/feed"), "Commands listed below will not be blocked from tagged players"),
147147

0 commit comments

Comments
 (0)