From cf6c4cc872c2f53d8df75f747ab18c113453a21f Mon Sep 17 00:00:00 2001 From: TechStreet Date: Fri, 8 Apr 2022 08:35:40 +0100 Subject: [PATCH] Add node 6 & 7 to helpbot --- .../helpbot/bot/command/impl/stats/plot/PlotLocCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/diamondfire/helpbot/bot/command/impl/stats/plot/PlotLocCommand.java b/src/main/java/com/diamondfire/helpbot/bot/command/impl/stats/plot/PlotLocCommand.java index ee94dcf8..604fabc1 100644 --- a/src/main/java/com/diamondfire/helpbot/bot/command/impl/stats/plot/PlotLocCommand.java +++ b/src/main/java/com/diamondfire/helpbot/bot/command/impl/stats/plot/PlotLocCommand.java @@ -41,7 +41,7 @@ public ArgumentSet compileArguments() { .addArgument("z", new IntegerArgument()) .addArgument("node", - new SingleArgumentContainer<>(new DefinedObjectArgument<>(1, 2, 3, 4, 5)).optional(null)); + new SingleArgumentContainer<>(new DefinedObjectArgument<>(1, 2, 3, 4, 5, 6, 7)).optional(null)); } @Override