[vmf.mod] Little style changes
This commit is contained in:
parent
d03316246b
commit
1fd7125b4f
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
local ret = {
|
return {
|
||||||
run = function()
|
run = function()
|
||||||
return dofile("scripts/mods/vmf/vmf_loader")
|
return dofile("scripts/mods/vmf/vmf_loader")
|
||||||
end,
|
end,
|
||||||
|
@ -6,4 +6,3 @@ local ret = {
|
||||||
"resource_packages/vmf"
|
"resource_packages/vmf"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return ret
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue