Skip to content

Commit

Permalink
Make modlist [] by default instead of null
Browse files Browse the repository at this point in the history
  • Loading branch information
WiserTixx committed Oct 9, 2024
1 parent cf3985c commit 2bf9e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/TResourceManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ class TResourceManager {
int mModsLoaded = 0;

std::mutex mModsMutex;
nlohmann::json mMods;
nlohmann::json mMods = nlohmann::json::array();
};

0 comments on commit 2bf9e7d

Please sign in to comment.