table: forgot things
This commit is contained in:
parent
3c628bce72
commit
9edc8bc46b
2 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,7 @@ material = [
|
||||||
]
|
]
|
||||||
|
|
||||||
lua = [
|
lua = [
|
||||||
"scripts/mods/function/*"
|
"scripts/mods/vmf/functions/*"
|
||||||
|
|
||||||
"scripts/mods/vmf/vmf_loader"
|
"scripts/mods/vmf/vmf_loader"
|
||||||
"scripts/mods/vmf/modules/dev_console"
|
"scripts/mods/vmf/modules/dev_console"
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
return {
|
return {
|
||||||
init = function(object)
|
init = function(object)
|
||||||
|
|
||||||
|
dofile("scripts/mods/vmf/functions/table")
|
||||||
|
|
||||||
dofile("scripts/mods/vmf/modules/dev_console")
|
dofile("scripts/mods/vmf/modules/dev_console")
|
||||||
dofile("scripts/mods/vmf/modules/mods")
|
dofile("scripts/mods/vmf/modules/mods")
|
||||||
dofile("scripts/mods/vmf/modules/hooks")
|
dofile("scripts/mods/vmf/modules/hooks")
|
||||||
|
|
Loading…
Add table
Reference in a new issue