1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-15 11:04:29 +02:00

This change did not commit

This commit is contained in:
ementalo
2011-07-16 01:09:28 +01:00
parent e7ed20fb7c
commit a9ac052381

View File

@@ -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);