diff --git a/src/de/steamwar/lobby/special/advent/AdventCommand.java b/src/de/steamwar/lobby/special/advent/AdventCommand.java index 7c737e2..6697eeb 100644 --- a/src/de/steamwar/lobby/special/advent/AdventCommand.java +++ b/src/de/steamwar/lobby/special/advent/AdventCommand.java @@ -26,7 +26,6 @@ import de.steamwar.inventory.SWListInv; import de.steamwar.lobby.LobbySystem; import de.steamwar.sql.NodeMember; import de.steamwar.sql.SteamwarUser; -import de.steamwar.sql.UserGroup; import org.bukkit.Material; import org.bukkit.entity.Player; @@ -43,6 +42,7 @@ public class AdventCommand extends SWCommand { } // @Register + /* public void show(Player player, @Min(intValue = 1) @Max(intValue = 31) int day) { if (SteamwarUser.get(player.getUniqueId()).getUserGroup() == UserGroup.Member) { return; @@ -55,6 +55,7 @@ public class AdventCommand extends SWCommand { } }); } + */ @Register public void genericCommand(Player player, String... args) {