Updated LibOpenRaid and DetailsFramework

This commit is contained in:
Tercio Jose
2022-10-09 19:47:56 -03:00
parent 9974a87119
commit 944178f76f
126 changed files with 15502 additions and 15495 deletions
+3 -3
View File
@@ -29,9 +29,9 @@
return false, "Invalid hook type."
end
for _, this_func in ipairs (_detalhes.hooks [hook_type]) do
for _, this_func in ipairs(_detalhes.hooks [hook_type]) do
if (this_func == func) then
--> already installed
--already installed
return
end
end
@@ -50,7 +50,7 @@
return false, "Invalid hook type."
end
for index, this_func in ipairs (_detalhes.hooks [hook_type]) do
for index, this_func in ipairs(_detalhes.hooks [hook_type]) do
if (this_func == func) then