Skip to content

Commit

Permalink
Fix #4 - Incorrect Daily Chest Names
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Dec 4, 2023
1 parent 36b3edc commit bd722cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/RewardViewLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bool RewardViewLayer::init(CCDictionary* chests, const char* title) {

this->title = title;

Mod::get()->getSavedValue<std::string>("reward-cell-title", title);;
Mod::get()->setSavedValue<std::string>("reward-cell-title", title);

auto GSM = GameStatsManager::sharedState();
auto winSize = CCDirector::sharedDirector()->getWinSize();
Expand Down

0 comments on commit bd722cd

Please sign in to comment.