Added command path...
This commit is contained in:
parent
6d2b253633
commit
bceb57c522
1 changed files with 5 additions and 0 deletions
|
@ -68,4 +68,9 @@ public class ScheduledRestartCommand extends TBMCCommandBase {
|
||||||
public boolean GetModOnly() {
|
public boolean GetModOnly() {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String GetCommandPath() {
|
||||||
|
return "schrestart";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue