Skip to content

Commit

Permalink
Merge pull request kokonior#312 from Dewaresult/patch-2
Browse files Browse the repository at this point in the history
Update ArgaDwiki.php
  • Loading branch information
kokonior authored Oct 19, 2021
2 parents f4c7201 + a9c5158 commit 90410bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ArgaDwiki.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@
header("location: result.php?player=" . getTurn());
}
}

if (playsCount() >= 9) {
header("location: result.php");
}
?>

0 comments on commit 90410bb

Please sign in to comment.