diff options
author | peter1138 <peter1138@openttd.org> | 2010-03-08 11:51:23 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2010-03-08 11:51:23 +0000 |
commit | 3c40fe42d46143431c808d7cf5ca5bb0e689aeac (patch) | |
tree | 0198f3dc99b15f3cc68776d486df361cdeffb385 /src/network | |
parent | e6de669bf26946a77f25a195769cd90d677327b6 (diff) | |
download | openttd-3c40fe42d46143431c808d7cf5ca5bb0e689aeac.tar.xz |
(svn r19374) -Change: Update documentation for console command connect to use ip:port#company parameter format, in line with command line help.
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/network.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/network.cpp b/src/network/network.cpp index 2cf12bb61..6d574cceb 100644 --- a/src/network/network.cpp +++ b/src/network/network.cpp @@ -468,7 +468,7 @@ static void CheckPauseOnJoin() } /** Converts a string to ip/port/company - * Format: IP#company:port + * Format: IP:port#company * * connection_string will be re-terminated to seperate out the hostname, and company and port will * be set to the company and port strings given by the user, inside the memory area originally |