Anders GIDENSTAM: "only override the receive port when it isn't set already"
This commit is contained in:
parent
9fc99b10e2
commit
c9d2243960
1 changed files with 2 additions and 1 deletions
|
@ -247,7 +247,8 @@ FGMultiplayMgr::init (void)
|
|||
} else {
|
||||
mHaveServer = true;
|
||||
}
|
||||
rxPort = txPort;
|
||||
if (rxPort <= 0)
|
||||
rxPort = txPort;
|
||||
}
|
||||
if (rxPort <= 0) {
|
||||
SG_LOG(SG_NETWORK, SG_ALERT,
|
||||
|
|
Loading…
Add table
Reference in a new issue