diff options
-rw-r--r-- | include/game.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/game.php b/include/game.php index 7905acd..b8a2fcb 100644 --- a/include/game.php +++ b/include/game.php @@ -189,6 +189,7 @@ switch($mystatus) /* whos turn is it? */ DB_set_player_by_gameid($gameid,$user); $ok = 0; + break; } }; if($ok) @@ -380,6 +381,7 @@ switch($mystatus) { $ok = 0; DB_set_player_by_gameid($gameid,$user); + break; } }; @@ -907,6 +909,7 @@ switch($mystatus) { $ok = 0; DB_set_player_by_gameid($gameid,$user); + break; } } if($ok) |