engine: host: expose new -clientport settings. Realign options

This commit is contained in:
Alibek Omarov 2024-11-25 02:53:28 +03:00
parent 75b69fbf85
commit 6b24b263ab

View file

@ -134,9 +134,15 @@ static void Sys_PrintUsage( const char *exename )
O("-noip ", "disable IPv4")
O("-ip <ip> ", "set IPv4 address")
O("-port <port> ", "set IPv4 port")
#if !XASH_DEDICATED
O("-clientport <port> ", "set IPv4 client port")
#endif
O("-noip6 ", "disable IPv6")
O("-ip6 <ip> ", "set IPv6 address")
O("-port6 <port> ", "set IPv6 port")
#if !XASH_DEDICATED
O("-clientport6 <port>", "set IPv6 client port")
#endif
O("-clockwindow <cw> ", "adjust clockwindow used to ignore client commands")
O(" ", "to prevent speed hacks")