Merge pull request #5506 from Mailaender/openra.net

Replaced open-ra.org with openra.net in-game
This commit is contained in:
Paul Chote
2014-06-01 19:34:55 +12:00
11 changed files with 32 additions and 31 deletions

View File

@@ -77,7 +77,7 @@ namespace OpenRA
public bool IgnoreVersionMismatch = false;
public bool ShowFatalErrorDialog = true;
public string FatalErrorDialogFaq = "http://github.com/OpenRA/OpenRA/wiki/FAQ";
public string FatalErrorDialogFaq = "http://wiki.openra.net/FAQ";
}
public class GraphicSettings
@@ -179,7 +179,7 @@ namespace OpenRA
public class IrcSettings
{
public string Hostname = "irc.open-ra.org";
public string Hostname = "irc.openra.net";
public int Port = 6667;
public string Nickname = null;
public string Username = "openra";