mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 21:43:26 +02:00
make hover, dragging, press and mouse release work in a proper way
This commit is contained in:
@@ -87,7 +87,7 @@ void ModuleManager::discoverModulesPath()
|
||||
"" };
|
||||
for(const std::string& dir : possibleAddonsDirs) {
|
||||
// try to add module directory
|
||||
if(g_resources.addToSearchPath(dir, false)) {
|
||||
if(g_resources.addToSearchPath(dir, true)) {
|
||||
logInfo("Using addons directory '", dir.c_str(), "'");
|
||||
found = true;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user