mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-17 06:42:09 -08:00
Fix 'has connected' message + Add chat font (#194)
* Fix 'has connected' message * Add chat font
This commit is contained in:
parent
b2c388276f
commit
a2ef11eb0f
3 changed files with 12691 additions and 305 deletions
File diff suppressed because it is too large
Load diff
Binary file not shown.
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 344 KiB |
|
|
@ -348,7 +348,7 @@ public class NetServer extends Module{
|
|||
|
||||
player.add();
|
||||
player.con.hasConnected = true;
|
||||
Call.sendMessage("[accent]" + player.name + " [accent]has connected.");
|
||||
Call.sendMessage("[accent]" + player.name + " has connected.");
|
||||
Log.info("&y{0} has connected.", player.name);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue