mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
core, network: Add ability to proxy socket packets
This commit is contained in:
parent
0971372b57
commit
ce5b9d370d
28 changed files with 1039 additions and 537 deletions
|
@ -201,8 +201,8 @@ void HostRoomWindow::Host() {
|
|||
}
|
||||
#endif
|
||||
// TODO: Check what to do with this
|
||||
member->Join(ui->username->text().toStdString(), "", "127.0.0.1", port, 0,
|
||||
Network::NoPreferredMac, password, token);
|
||||
member->Join(ui->username->text().toStdString(), "127.0.0.1", port, 0,
|
||||
Network::NoPreferredIP, password, token);
|
||||
|
||||
// Store settings
|
||||
UISettings::values.multiplayer_room_nickname = ui->username->text();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue