some fixes

This commit is contained in:
boy0001 2014-11-10 21:54:36 +11:00
parent 7d304d3eb2
commit c9204b3590
8 changed files with 18 additions and 7 deletions

View file

@ -35,7 +35,7 @@ import java.util.ArrayList;
public class DebugSaveTest extends SubCommand {
public DebugSaveTest() {
super(Command.DEBUGCLAIMTEST, "This debug command will force the recreation of all plots in the DB", "claim", CommandCategory.DEBUG, false);
super(Command.DEBUGCLAIMTEST, "This debug command will force the recreation of all plots in the DB", "debugsavetest", CommandCategory.DEBUG, false);
}
@Override