Skip to content

Commit

Permalink
Revert "Remove legacy aliases from pool command (#956)" (#958)
Browse files Browse the repository at this point in the history
This reverts commit 2717eb5.
Signed-off-by: Ashcon Partovi <[email protected]>
  • Loading branch information
Electroid authored Jan 19, 2022
1 parent 2717eb5 commit c92d925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/java/tc/oc/pgm/command/MapPoolCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public final class MapPoolCommand {
private static final DecimalFormat SCORE_FORMAT = new DecimalFormat("00.00%");

@Command(
aliases = {"pool"},
aliases = {"pool", "rotation", "rot"},
desc = "List the maps in the map pool",
usage = "[page] [-p pool] [-s scores] [-c chance of vote]")
public static void pool(
Expand Down Expand Up @@ -127,7 +127,7 @@ public Component format(MapInfo map, int index) {
}

@Command(
aliases = {"pools"},
aliases = {"pools", "rotations", "rots"},
desc = "List all the map pools",
flags = "d")
public static void pools(
Expand Down

0 comments on commit c92d925

Please sign in to comment.