revert code style changes in libs

This commit is contained in:
Pinya
2018-07-22 21:19:43 +03:00
parent 0bdcbbca6c
commit 5a9c2e9ade
3 changed files with 76 additions and 56 deletions
@@ -784,7 +784,6 @@ local hooks = {
-- hook all functions (which are not yet hooked)
for _, name in pairs(hooks) do
local name = name
if not lib['hooked'][name] then
lib['hooked'][name] = _G[name]
_G[name] = function()