mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Send real port to server list
This commit is contained in:
parent
1702c34b64
commit
a9f81b729b
4 changed files with 12 additions and 4 deletions
|
@ -340,6 +340,9 @@ public:
|
|||
u8* ser_vers, u16* prot_vers, u8* major, u8* minor, u8* patch,
|
||||
std::string* vers_string);
|
||||
|
||||
// Bind address
|
||||
Address m_bind_addr;
|
||||
|
||||
private:
|
||||
|
||||
friend class EmergeThread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue