+ unrelated plotme conversion fix
This commit is contained in:
Jesse Boyd
2017-08-10 16:35:53 +10:00
parent f49d43d6a3
commit c36ef1d237
2 changed files with 5 additions and 3 deletions

View File

@ -151,7 +151,7 @@ public class DebugExec extends SubCommand {
@Override
public boolean onCommand(final PlotPlayer player, String[] args) {
List<String> allowed_params =
Arrays.asList("calibrate-analysis", "remove-flag", "stop-expire", "start-expire", "show-expired", "seen", "list-scripts");
Arrays.asList("calibrate-analysis", "remove-flag", "stop-expire", "start-expire", "seen", "list-scripts");
if (args.length > 0) {
String arg = args[0].toLowerCase();
String script;