Skip to content

Commit

Permalink
Merge pull request #615 from czenker/bug-button
Browse files Browse the repository at this point in the history
Bugfix: Don't look for another button if the clicked button has been found
  • Loading branch information
daid authored Jan 13, 2019
2 parents d334050 + b52789c commit 6f42cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spaceObjects/playerSpaceship.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1471,8 +1471,8 @@ void PlayerSpaceship::onReceiveClientCommand(int32_t client_id, sf::Packet& pack
if (csf.type == CustomShipFunction::Type::Message)
{
removeCustom(name);
break;
}
break;
}
}
}
Expand Down

0 comments on commit 6f42cd1

Please sign in to comment.