mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Remove empty command descriptions
This commit is contained in:
parent
ef51aa7e98
commit
bc53cd1aa4
@ -38,6 +38,6 @@ public class CommandIrisPregenStop extends MortarCommand {
|
||||
|
||||
@Override
|
||||
protected String getArgsUsage() {
|
||||
return null;
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
@ -32,6 +32,6 @@ public class CommandIrisPregenToggle extends MortarCommand {
|
||||
|
||||
@Override
|
||||
protected String getArgsUsage() {
|
||||
return null;
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user