mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-12 14:34:39 +01:00
incomplete sdk server + inferred server address
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
public class Config : Singleton<Config>
|
||||
{
|
||||
public string Address { get; set; } = "192.168.1.4";
|
||||
public string Address { get; set; } = "127.0.0.1";
|
||||
public uint Port { get; set; } = 20000;
|
||||
|
||||
public static void Load()
|
||||
|
||||
Reference in New Issue
Block a user