mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-07 17:34:13 +07:00
Fixed #1793
This commit is contained in:
parent
e31061a546
commit
b06d517084
@ -103,6 +103,7 @@ public class NetClient implements ApplicationListener{
|
||||
logic.reset();
|
||||
platform.updateRPC();
|
||||
player.name = Core.settings.getString("name");
|
||||
player.color.set(Core.settings.getInt("color-0"));
|
||||
|
||||
if(quiet) return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user