Skip to content

Commit

Permalink
Update sv_core.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogpod committed Jun 20, 2023
1 parent cca4f10 commit 16d07fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/luapack/sv_core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ function luapack.AddCSLuaFile(path)
end

luapack.AddCSLuaFile("includes/_init.lua")
luapack.AddCSLuaFile("derma/init.lua")
luapack.AddCSLuaFile("skins/default.lua")

function luapack.IsBlacklistedFile(filepath)
return filepath == "derma/init.lua" or
Expand Down

0 comments on commit 16d07fe

Please sign in to comment.