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,6 +247,7 @@ FGMultiplayMgr::init (void)
|
||||||
} else {
|
} else {
|
||||||
mHaveServer = true;
|
mHaveServer = true;
|
||||||
}
|
}
|
||||||
|
if (rxPort <= 0)
|
||||||
rxPort = txPort;
|
rxPort = txPort;
|
||||||
}
|
}
|
||||||
if (rxPort <= 0) {
|
if (rxPort <= 0) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue