Skip to content

Commit

Permalink
fix mission vote causes mission success
Browse files Browse the repository at this point in the history
  • Loading branch information
wooki committed Dec 31, 2012
1 parent 7bcc0c0 commit 578b043
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/models/game.php
Expand Up @@ -184,6 +184,8 @@ static function check_mission_vote($game) {
} else {
$not_voted++;
}
} else if ($p1->state == "mission-vote-acknowledge") {
$not_voted++;
}
}
echo "<br />not_voted: ".$not_voted;
Expand Down

0 comments on commit 578b043

Please sign in to comment.