mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-02 17:09:58 +01:00
fix kickexempt
This commit is contained in:
parent
d9bfabd652
commit
f867f675b9
@ -25,6 +25,7 @@ public class Commandkick extends EssentialsCommand
|
||||
if (u.isAuthorized("essentials.kick.exempt"))
|
||||
{
|
||||
sender.sendMessage(Util.i18n("kickExempt"));
|
||||
return;
|
||||
}
|
||||
charge(sender);
|
||||
final String kickReason = args.length > 1 ? getFinalArg(args, 1) : Util.i18n("kickDefault");
|
||||
|
Loading…
Reference in New Issue
Block a user