1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Prevent loading a world with unresolved dependencies (#12542)

This commit is contained in:
rubenwardy 2022-08-19 12:31:36 +01:00 committed by GitHub
parent 8c29c4f620
commit 2d10fa7867
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 15 deletions

View file

@ -51,7 +51,7 @@ public:
*/
const std::vector<ModSpec> &getMods() const { return m_sorted_mods; }
void printUnsatisfiedModsError() const;
std::string getUnsatisfiedModsError() const;
/**
* Adds all mods in the given path. used for games, modpacks