Added command path...

This commit is contained in:
Norbi Peti 2016-12-21 23:09:59 +01:00
parent 6d2b253633
commit bceb57c522

View file

@ -68,4 +68,9 @@ public class ScheduledRestartCommand extends TBMCCommandBase {
public boolean GetModOnly() {
return true;
}
@Override
public String GetCommandPath() {
return "schrestart";
}
}