mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Also use the port when connecting to a server
This commit is contained in:
parent
45fe0bc8b7
commit
2d696cf500
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ void UILANGameClass::JoinServer(Event *ev)
|
|||
const serverInfo_t& serverInfo = cls.localServers[getCurrentItem() - 1];
|
||||
|
||||
UI_SetReturnMenuToCurrent();
|
||||
CL_Connect(NET_AdrToString(serverInfo.adr), netadrtype_t::NA_UNSPEC);
|
||||
CL_Connect(NET_AdrToStringwPort(serverInfo.adr), netadrtype_t::NA_UNSPEC);
|
||||
}
|
||||
|
||||
qboolean UILANGameClass::KeyEvent(int key, unsigned int time)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue