1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Fix addModsFormConfig typo (#6420)

This commit is contained in:
Greg 2017-09-16 09:40:19 -07:00 committed by SmallJoker
parent a1389c3865
commit 45a7dd1ec4
2 changed files with 4 additions and 4 deletions

View file

@ -92,7 +92,7 @@ protected:
// adds all mods in the set.
void addMods(const std::vector<ModSpec> &new_mods);
void addModsFormConfig(const std::string &settings_path, const std::set<std::string> &mods);
void addModsFromConfig(const std::string &settings_path, const std::set<std::string> &mods);
void checkConflictsAndDeps();
private: