File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,11 @@ BadCoderz.heavy_funcs = {
18
18
[Color ] = " Color" ,
19
19
[Vector ] = " Vector" ,
20
20
[Angle ] = " Angle" ,
21
- --[[
22
- candidates for "dumb fuckers" update :
23
- CompileString
24
- RunString
25
- RunStringEx
26
- ents.Create
27
- surface.CreateFont
28
- table.HasValue
29
- ]]
21
+ [CompileString ] = " CompileString" ,
22
+ [RunString ] = " RunString" ,
23
+ [RunStringEx ] = " RunStringEx" ,
24
+ [table .HasValue ] = " table.HasValue" ,
25
+
30
26
}
31
27
32
28
-- bool is represending a required(true) knum/kshort or an optional one (false), it's used when inspecting the bytecode
164
160
165
161
-- clientside functions
166
162
BadCoderz .potentialsHooksFiles = {}
167
- BadCoderz .potentialsHooksFiles [" lua/includes/modules/hook.lua" ] = true
163
+ BadCoderz .potentialsHooksFiles [" lua/includes/modules/hook.lua" ] = true
You can’t perform that action at this time.
0 commit comments