Add break;

This commit is contained in:
GregTCLTK 2020-09-19 21:28:22 +02:00
parent 173e8f1fb0
commit f79ca4162e
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67

View file

@ -68,6 +68,7 @@ public class InviteDetectCommand implements Command {
break;
default:
e.getHelpCommand().sendHelp(this, e);
break;
}
} else e.getHelpCommand().sendHelp(this, e);
}