Skip to content

Commit

Permalink
temporarily disable jet pack click functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Jan 6, 2024
1 parent 7424cee commit 6c799b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hooks/ProfilePage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class $modify(BIProfilePage, ProfilePage) {
}


if(auto playerShip = m_mainLayer->getChildByID("player-ship")) {
/*if(auto playerShip = m_mainLayer->getChildByID("player-ship")) {
CCPoint position = m_buttonMenu->convertToNodeSpace(playerShip->getPosition());
m_mainLayer->removeChild(playerShip);
Expand Down Expand Up @@ -152,7 +152,7 @@ class $modify(BIProfilePage, ProfilePage) {
shipBtn->setPosition(position);
m_buttonMenu->addChild(shipBtn);
m_buttons->addObject(shipBtn);
}
}*/

if(auto usernameLabel = m_mainLayer->getChildByID("username-label")) {
usernameLabel->setVisible(false);
Expand Down

0 comments on commit 6c799b8

Please sign in to comment.