mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-26 11:07:55 +01:00
This change did not commit
This commit is contained in:
parent
1696d7ae71
commit
a0554f566d
@ -24,6 +24,7 @@ public class Commandtempban extends EssentialsCommand
|
||||
if (player.isAuthorized("essentials.tempban.exempt"))
|
||||
{
|
||||
sender.sendMessage(Util.i18n("tempbanExempt"));
|
||||
return;
|
||||
}
|
||||
final String time = getFinalArg(args, 1);
|
||||
final long banTimestamp = Util.parseDateDiff(time, true);
|
||||
|
Loading…
Reference in New Issue
Block a user