more epic !

This commit is contained in:
Super_
2020-01-07 15:53:31 -05:00
parent fbcb6da30d
commit 035acbfa19
5 changed files with 59 additions and 5 deletions

View File

@ -2,7 +2,6 @@ package me.totalfreedom.totalfreedommod.command;
import com.google.common.collect.Lists;
import java.util.List;
import java.util.Timer;
import lombok.Getter;
import me.totalfreedom.totalfreedommod.TotalFreedomMod;
import me.totalfreedom.totalfreedommod.admin.Admin;
@ -33,7 +32,6 @@ public abstract class FreedomCommand extends AbstractCommandBase<TotalFreedomMod
@Getter
private final CommandPermissions perms;
//
public final Timer timer = new Timer();
public FreedomCommand()
{