From 92bec39f1a047ef9bccbb0584868e7f04431ca70 Mon Sep 17 00:00:00 2001 From: MrGadget1024 <9826063+MrGadget1024@users.noreply.github.com> Date: Thu, 4 Jan 2024 20:54:00 -0500 Subject: [PATCH] MatchController: syntax --- .../Mirror/Examples/MultipleMatches/Scripts/MatchController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Mirror/Examples/MultipleMatches/Scripts/MatchController.cs b/Assets/Mirror/Examples/MultipleMatches/Scripts/MatchController.cs index a066fbb1f..be6623899 100644 --- a/Assets/Mirror/Examples/MultipleMatches/Scripts/MatchController.cs +++ b/Assets/Mirror/Examples/MultipleMatches/Scripts/MatchController.cs @@ -108,7 +108,7 @@ public void CmdMakePlay(CellValue cellValue, NetworkConnectionToClient sender = mpd.currentScore = mpd.currentScore | cellValue; matchPlayerData[currentPlayer] = mpd; - boardScore = boardScore | cellValue; + boardScore |= cellValue; if (CheckWinner(mpd.currentScore)) {