(svn r7932) -Fix (r7931): committed a few files too much :( (the ones I used to test the new masterserver)

This commit is contained in:
rubidium
2007-01-06 23:00:21 +00:00
parent 2a596e09f1
commit acdeae8cc8
3 changed files with 4 additions and 12 deletions

View File

@@ -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"