mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 09:25:37 +02:00
Real control fix (#5787)
* Allow enabling and disabling mods.
* Re-fix 605599b6f1
This breaks some chars like € in chat.
Instead verify is char is a non control char -> iswcntrl
This commit is contained in:
@@ -99,6 +99,8 @@ 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 checkConflictsAndDeps();
|
||||
private:
|
||||
// move mods from m_unsatisfied_mods to m_sorted_mods
|
||||
|
Reference in New Issue
Block a user