mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
fix kickexempt
This commit is contained in:
parent
d9bfabd652
commit
f867f675b9
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue