Skip to content

Commit

Permalink
Merge pull request #65 from MuhXd/main
Browse files Browse the repository at this point in the history
  • Loading branch information
BeatACVR authored Dec 31, 2024
2 parents 12ef7d7 + ffc9a0d commit ef8765a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/jsonReader/Json.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ class JsonReader {
auto configDir = Mod::get()->getConfigDir();
auto clicksPath = configDir / "Clicks" / "clicks-main";
if (std::filesystem::exists(clicksPath)) {
memeData.clear();
usefulData.clear();
loadCategoryData(clicksPath / "Meme", memeData);
loadCategoryData(clicksPath / "Useful", usefulData);
hassomedata = true;
Expand Down

0 comments on commit ef8765a

Please sign in to comment.