File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/me/leoko/advancedban/utils Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,13 +88,13 @@ public enum Command {
88
88
UN_BAN ("ab." + PunishmentType .BAN .getName () + ".undo" ,
89
89
"\\ S+" ,
90
90
new RevokeProcessor (PunishmentType .BAN ),
91
- "Un" + PunishmentType .BAN .getConfSection (". Usage" ),
91
+ "Un" + PunishmentType .BAN .getConfSection ("Usage" ),
92
92
"unban" ),
93
93
94
94
UN_MUTE ("ab." + PunishmentType .MUTE .getName () + ".undo" ,
95
95
"\\ S+" ,
96
96
new RevokeProcessor (PunishmentType .MUTE ),
97
- "Un" + PunishmentType .MUTE .getConfSection (". Usage" ),
97
+ "Un" + PunishmentType .MUTE .getConfSection ("Usage" ),
98
98
"unmute" ),
99
99
100
100
UN_WARN ("ab." + PunishmentType .WARNING .getName () + ".undo" ,
@@ -125,7 +125,7 @@ public enum Command {
125
125
new RevokeByIdProcessor ("Un" + confSection , PunishmentManager .get ()::getWarn ).accept (input );
126
126
}
127
127
},
128
- "Un" + PunishmentType .WARNING .getConfSection (". Usage" ),
128
+ "Un" + PunishmentType .WARNING .getConfSection ("Usage" ),
129
129
"unwarn" ),
130
130
131
131
UN_PUNISH ("ab.all.undo" ,
You can’t perform that action at this time.
0 commit comments