mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-01 15:26:59 +00:00
Make modlist [] by default instead of null
This commit is contained in:
parent
cf3985ce00
commit
2bf9e7d916
@ -43,5 +43,5 @@ private:
|
||||
int mModsLoaded = 0;
|
||||
|
||||
std::mutex mModsMutex;
|
||||
nlohmann::json mMods;
|
||||
nlohmann::json mMods = nlohmann::json::array();
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user