mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
Don't reset the NodeList
This commit is contained in:
parent
fcf44911a3
commit
bba5e46533
1 changed files with 0 additions and 1 deletions
|
@ -253,7 +253,6 @@ void NodeList::setSocketLocalPort(quint16 socketLocalPort) {
|
|||
return;
|
||||
}
|
||||
if (_nodeSocket.localPort() != socketLocalPort) {
|
||||
reset();
|
||||
_nodeSocket.rebind(socketLocalPort);
|
||||
NODELIST_LOCAL_PORT.set(socketLocalPort);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue