Merge pull request #14644 from tom-pratt/fix_do_all_players_have_game
DoAllPlayersHaveSameGame returns correct result instead of always true
This commit is contained in:
@@ -2505,7 +2505,7 @@ void NetPlayClient::SendGameStatus()
|
||||
}
|
||||
}
|
||||
|
||||
packet << static_cast<u32>(result);
|
||||
packet << result;
|
||||
Send(packet);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user