Support custom server in-game nickname

This commit is contained in:
xtaodada
2022-04-29 18:59:24 +08:00
parent 0136425628
commit 62f0be4966
3 changed files with 3 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ public final class Config {
public static class GameServerOptions {
public String Name = "Test";
public String NickName = "Server";
public String Ip = "0.0.0.0";
public String PublicIp = "127.0.0.1";
public int Port = 22102;