Lockstar
Initiate
I have another problem when putting in my ip i get a expect error
public static readonly string Address = xxx.xxx.xxx.xxx;
public static readonly string ServerName = "My Shard";
public static readonly bool AutoDetect = false;
private static IPAddress m_PublicAddress;
public static void Initialize()

When I go back to "Null" it works fine.
public static readonly string Address = xxx.xxx.xxx.xxx;
public static readonly string ServerName = "My Shard";
public static readonly bool AutoDetect = false;
private static IPAddress m_PublicAddress;
public static void Initialize()

When I go back to "Null" it works fine.