SteamWar/BauSystem2.0
Archiviert
12
0

Removed unused instance in AutoStartCommand

Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
yoyosource 2021-05-24 13:13:01 +02:00
Ursprung 3ce014b267
Commit 9503b91e58

Datei anzeigen

@ -23,16 +23,12 @@ import de.steamwar.bausystem.BauSystem;
import de.steamwar.bausystem.SWUtils;
import de.steamwar.bausystem.linkage.LinkageType;
import de.steamwar.bausystem.linkage.Linked;
import de.steamwar.bausystem.linkage.LinkedInstance;
import de.steamwar.command.SWCommand;
import org.bukkit.entity.Player;
@Linked(LinkageType.COMMAND)
public class AutoStartCommand extends SWCommand {
@LinkedInstance
private AutostartListener autostartListener;
public AutoStartCommand() {
super("timer", "autostarttimer", "at", "autostart");
}