fix #2453; MOTD for lobby (to be fetched from file); different motd for each mod
This commit is contained in:
@@ -36,7 +36,6 @@ namespace OpenRA.GameRules
|
||||
public int TimeOut = 0;
|
||||
public bool Dedicated = false;
|
||||
public bool DedicatedLoop = true;
|
||||
public string DedicatedMOTD = null;
|
||||
|
||||
public ServerSettings() { }
|
||||
|
||||
@@ -54,7 +53,6 @@ namespace OpenRA.GameRules
|
||||
TimeOut = other.TimeOut;
|
||||
Dedicated = other.Dedicated;
|
||||
DedicatedLoop = other.DedicatedLoop;
|
||||
DedicatedMOTD = other.DedicatedMOTD;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user