summaryrefslogtreecommitdiff
path: root/src/network/core/config.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-01-06 23:00:21 +0000
committerrubidium <rubidium@openttd.org>2007-01-06 23:00:21 +0000
commit432ea5bbd6dc0b24cb11b44c5c139f137ea9eeab (patch)
tree19b300b45489fc382b7d8185e9f4549e2b23dbe1 /src/network/core/config.h
parent8d41fe225e36b5172c43521ec03e7fce21b1a4c4 (diff)
downloadopenttd-432ea5bbd6dc0b24cb11b44c5c139f137ea9eeab.tar.xz
(svn r7932) -Fix (r7931): committed a few files too much :( (the ones I used to test the new masterserver)
Diffstat (limited to 'src/network/core/config.h')
-rw-r--r--src/network/core/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/core/config.h b/src/network/core/config.h
index bc1cb6304..0b80800f0 100644
--- a/src/network/core/config.h
+++ b/src/network/core/config.h
@@ -6,7 +6,7 @@
#ifdef ENABLE_NETWORK
/** DNS hostname of the masterserver */
-#define NETWORK_MASTER_SERVER_HOST "localhost"
+#define NETWORK_MASTER_SERVER_HOST "master.openttd.org"
/** Message sent to the masterserver to 'identify' this client as OpenTTD */
#define NETWORK_MASTER_SERVER_WELCOME_MESSAGE "OpenTTDRegister"