chore: Format our loggers properly

This commit is contained in:
NotMyFault
2021-12-29 17:13:20 +01:00
parent e2a1721a5c
commit 19de815ab4
8 changed files with 16 additions and 16 deletions

View File

@ -190,7 +190,7 @@ public class CLIWorldEdit {
this.commandSender = new CLICommandSender(this, LOGGER);
this.platform = new CLIPlatform(this);
//FAWE start - identify as Fawe
LOGGER.info("FastAsyncWorldEdit CLI (version " + getInternalVersion() + ") is loaded");
LOGGER.info("FastAsyncWorldEdit CLI (version {}) is loaded", getInternalVersion());
//FAWE end
}