Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
oops (thanks CtrlAltDelete)
Browse files Browse the repository at this point in the history
Patchy The Pirate says: "Always check your code, kids!"
  • Loading branch information
dartzcn committed Dec 29, 2016
1 parent c506f55 commit 99baf94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collab-vm-server/src/VMControllers/VMController.cpp
Expand Up @@ -129,7 +129,7 @@ void VMController::Vote(CollabVMUser& user, bool vote)
{
IPData::VoteDecision prev_vote = user.ip_data.votes[this];
bool changed = false;
// A vote is already in progress so count the user's vote
// A vote is already in progress so count the user's vote
if (vote && prev_vote != IPData::VoteDecision::kYes)
{
if (prev_vote == IPData::VoteDecision::kNo)
Expand Down

0 comments on commit 99baf94

Please sign in to comment.