Updated example with lawless servers used on officials and minor fix for externals

This commit is contained in:
GrapeshotGames 2018-12-24 00:50:48 -05:00
parent e56fb93250
commit ffea9dfb7e
2 changed files with 377 additions and 188 deletions

File diff suppressed because it is too large Load diff

View file

@ -181,7 +181,6 @@ namespace AtlasGridDataLibrary
public string MachineIdTag = ""; public string MachineIdTag = "";
[DeploymentOverrideAttribute] [DeploymentOverrideAttribute]
public string ip = "127.0.0.1"; public string ip = "127.0.0.1";
[DeploymentOverrideAttribute]
public string name = "Unnamed Server"; public string name = "Unnamed Server";
[DeploymentOverrideAttribute] [DeploymentOverrideAttribute]
public int port = 50000; public int port = 50000;