Fic CSharp enabling message printing before config got loaded

This commit is contained in:
Evil Factory
2026-04-04 12:24:12 -03:00
parent 4167448279
commit f05d4ef129
2 changed files with 11 additions and 3 deletions
@@ -27,4 +27,12 @@ dofile(path .. "/Lua/DefaultLib/Utils/String.lua")
dofile(path .. "/Lua/DefaultLib/Utils/Util.lua")
dofile(path .. "/Lua/DefaultLib/Utils/SteamApi.lua")
if not CSActive then
for k, v in pairs(debug) do
if k ~= "getmetatable" and k ~= "setmetatable" and k ~= "traceback" then
debug[k] = nil
end
end
end
LuaSetup = nil