Ignore the hook file since it will be changed soon.

This commit is contained in:
FireSiku 2018-06-07 00:56:00 -04:00
parent 61c0caa083
commit d35060d57a

View file

@ -1,5 +1,5 @@
local vmf = get_mod("VMF") local vmf = get_mod("VMF")
--luacheck: ignore
HOOKED_FUNCTIONS = {} -- global, because 'loadstring' doesn't see local variables HOOKED_FUNCTIONS = {} -- global, because 'loadstring' doesn't see local variables
if type(DELAYED_HOOKING_ENABLED) == "boolean" then if type(DELAYED_HOOKING_ENABLED) == "boolean" then