Latest MultiPlayer updates
This commit is contained in:
parent
1b450bee25
commit
2d0cc7e1a8
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ void FGMultiplayRxMgr::ProcessData(void) {
|
||||||
sCallsign = MsgHdr->sCallsign;
|
sCallsign = MsgHdr->sCallsign;
|
||||||
|
|
||||||
// Process the player data unless we generated it
|
// Process the player data unless we generated it
|
||||||
if (m_sCallsign != string(MsgHdr->sCallsign)) {
|
if (m_sCallsign != MsgHdr->sCallsign) {
|
||||||
|
|
||||||
|
|
||||||
// Process messages
|
// Process messages
|
||||||
|
|
Loading…
Reference in a new issue