mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-01 07:57:21 -04:00
Move mods to config dir & updates for macOS
This commit is contained in:
@@ -55,7 +55,7 @@ public:
|
||||
|
||||
private:
|
||||
std::vector<LoadedMod> m_mods;
|
||||
std::filesystem::path m_modsDir = "mods";
|
||||
std::filesystem::path m_modsDir;
|
||||
bool m_initialized = false;
|
||||
|
||||
void tryLoadDusk(const std::filesystem::path& modPath);
|
||||
|
||||
Reference in New Issue
Block a user