Test Lua config mod

This commit is contained in:
Evil Factory
2026-04-08 19:56:32 -03:00
parent e161d92117
commit b9b457262f
3 changed files with 9 additions and 0 deletions
@@ -36,4 +36,8 @@ Hook.Add("think", "printconfig", function()
lastTime = Timer.Time + 10
print(config.Value)
if SERVER then
config.TrySetValue(config.Value + 1)
end
end)