mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Merge pull request #2348 from Quezler/patch-43
Remove trailing space in connected log message
This commit is contained in:
commit
ebceee0a5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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")){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue