9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 11:09:06 +00:00

Remove empty command descriptions

This commit is contained in:
CocoTheOwner
2021-08-06 22:50:52 +02:00
parent ef51aa7e98
commit bc53cd1aa4
2 changed files with 2 additions and 2 deletions

View File

@@ -38,6 +38,6 @@ public class CommandIrisPregenStop extends MortarCommand {
@Override
protected String getArgsUsage() {
return null;
return "";
}
}

View File

@@ -32,6 +32,6 @@ public class CommandIrisPregenToggle extends MortarCommand {
@Override
protected String getArgsUsage() {
return null;
return "";
}
}