Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Dec 18, 2021
1 parent abf171c commit 6664159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/sh/reece/cmds/ReeceTools.java
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ private void showAllModules(final CommandSender sender) {
}

Util.coloredMessage(sender,
"&e&lServerTools "+plugin.getDescription().getVersion()+" &7&o((&f &aEnabled: "+numOfEnabled + " &f&l| &cDisabled: "+numOfDisabled + " &7&o))");
"\n&e&lServerTools &e"+plugin.getDescription().getVersion()+" &7&o((&f &aEnabled: "+numOfEnabled + " &f&l| &cDisabled: "+numOfDisabled + " &7&o))");

String moduleOuput = "";
for(final String module : plugin.modulesList) {
Expand Down

0 comments on commit 6664159

Please sign in to comment.