mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-02 20:33:50 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
c2f71e5788
@ -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…
Reference in New Issue
Block a user