Skip to content

Commit

Permalink
Fix boolean not being set when receiving packet
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Jul 14, 2024
1 parent 3f5d0c9 commit c4ae7bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Fika.Core/Networking/FikaClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,7 @@ private void OnInformationPacketReceived(InformationPacket packet)
{
ConnectedClients = packet.NumberOfPlayers;
ReadyClients = packet.ReadyPlayers;
HostReady = packet.HostReady;
}
}

Expand Down

0 comments on commit c4ae7bf

Please sign in to comment.