[Orxonox-commit 3182] r7875 - code/branches/network6/src/libraries/network
scheusso at orxonox.net
scheusso at orxonox.net
Sun Feb 13 14:29:31 CET 2011
Author: scheusso
Date: 2011-02-13 14:29:30 +0100 (Sun, 13 Feb 2011)
New Revision: 7875
Modified:
code/branches/network6/src/libraries/network/WANDiscovery.cc
Log:
using master.orxonox.net as new url for our masterserver
Modified: code/branches/network6/src/libraries/network/WANDiscovery.cc
===================================================================
--- code/branches/network6/src/libraries/network/WANDiscovery.cc 2011-02-13 00:25:46 UTC (rev 7874)
+++ code/branches/network6/src/libraries/network/WANDiscovery.cc 2011-02-13 13:29:30 UTC (rev 7875)
@@ -70,7 +70,7 @@
/* update msaddress string from orxonox.ini config file, if it
* has changed.
*/
- SetConfigValue( msaddress, "orxonox.net");
+ SetConfigValue( msaddress, "master.orxonox.net");
}
WANDiscovery::~WANDiscovery()
More information about the Orxonox-commit
mailing list