+6 points
continuous-integration/drone/push Build is passing Details

test_old_branch
Jérémy Mouyon 11 months ago
parent 33e1194a69
commit b1f358faf7

@ -518,6 +518,7 @@ namespace QwirkleClassLibrary.Games
{ {
OnEndOfGame(new EndOfGameNotifiedEventArgs(player)); OnEndOfGame(new EndOfGameNotifiedEventArgs(player));
GameRunning = false; GameRunning = false;
scoreBoard[player] += 6;
return true; return true;
} }

Loading…
Cancel
Save