summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/tmwserv.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/tmwserv.xml b/docs/tmwserv.xml
index 0e917aa..40576e4 100644
--- a/docs/tmwserv.xml
+++ b/docs/tmwserv.xml
@@ -63,12 +63,12 @@
The game server uses this address to connect to the account server. Clients
will also need to be able to connect to the account server.
-->
- <option name="accountServerAddress" value="localhost"/>
- <option name="accountServerPort" value="9601"/>
+ <option name="net_accountServerAddress" value="localhost"/>
+ <option name="net_accountServerPort" value="9601"/>
<!--
The clients use this address to connect to a game server on this machine.
-->
- <option name="gameServerAddress" value="localhost"/>
- <option name="gameServerPort" value="9604"/>
+ <option name="net_gameServerAddress" value="localhost"/>
+ <option name="net_gameServerPort" value="9604"/>
</configuration>