mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
chore: Format our loggers properly
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user