Merge pull request #2348 from Quezler/patch-43

Remove trailing space in connected log message
This commit is contained in:
Anuken 2020-08-13 14:22:16 -04:00 committed by GitHub
commit ebceee0a5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -714,7 +714,7 @@ public class NetServer implements ApplicationListener{
if(Config.showConnectMessages.bool()){
Call.sendMessage("[accent]" + player.name + "[accent] has connected.");
Log.info("&lm[@] &y@ has connected. ", player.uuid(), player.name);
Log.info("&lm[@] &y@ has connected.", player.uuid(), player.name);
}
if(!Config.motd.string().equalsIgnoreCase("off")){