1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-30 01:49:10 +00:00

(svn r19374) -Change: Update documentation for console command connect to use ip:port#company parameter format, in line with command line help.

This commit is contained in:
2010-03-08 11:51:23 +00:00
parent e6de669bf2
commit 3c40fe42d4
2 changed files with 2 additions and 2 deletions

View File

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