mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-01 23:35:41 +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;
|
int mModsLoaded = 0;
|
||||||
|
|
||||||
std::mutex mModsMutex;
|
std::mutex mModsMutex;
|
||||||
nlohmann::json mMods;
|
nlohmann::json mMods = nlohmann::json::array();
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user