summaryrefslogtreecommitdiff
path: root/src/mods.h
diff options
context:
space:
mode:
authorGreg <hashcacher@users.noreply.github.com>2017-09-16 09:40:19 -0700
committerSmallJoker <SmallJoker@users.noreply.github.com>2017-09-16 18:40:19 +0200
commit45a7dd1ec4ef75b9316c518809fcef029b3d96ea (patch)
treef25cc6a83351d4e6c4878be58dea79870666a42d /src/mods.h
parenta1389c38658fe69c3bd25c3099bae9a4e51ed401 (diff)
downloadminetest-45a7dd1ec4ef75b9316c518809fcef029b3d96ea.tar.gz
minetest-45a7dd1ec4ef75b9316c518809fcef029b3d96ea.tar.bz2
minetest-45a7dd1ec4ef75b9316c518809fcef029b3d96ea.zip
Fix addModsFormConfig typo (#6420)
Diffstat (limited to 'src/mods.h')
-rw-r--r--src/mods.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mods.h b/src/mods.h
index 27464b86e..50ada328e 100644
--- a/src/mods.h
+++ b/src/mods.h
@@ -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: