Merge pull request #4108 from Mailaender/unknown-hosts

Allow the display of unknown IP addresses
This commit is contained in:
Paul Chote
2013-11-09 13:48:31 -08:00
3 changed files with 19 additions and 21 deletions

View File

@@ -28,9 +28,9 @@ namespace OpenRA.Server
{
public enum ServerState : int
{
WaitingPlayers = 1,
GameStarted = 2,
ShuttingDown = 3
WaitingPlayers = 1,
GameStarted = 2,
ShuttingDown = 3
}
public class Server