Modules priority

This commit is contained in:
gSpot
2023-08-14 19:59:21 +03:00
parent f92713818d
commit 170bd8ddd7
10 changed files with 12 additions and 4 deletions

View File

@@ -181,6 +181,7 @@ function InternetDetector:loadModules()
end
end
end
table.sort(self.modules, function(a, b) return a.runPrio < b.runPrio end)
end
end