This commit is contained in:
Nordi98 2025-07-29 00:25:21 +02:00
parent 032ec698d8
commit 1010f8fc79
49 changed files with 5818 additions and 0 deletions

View file

@ -0,0 +1,7 @@
local DefaultMax = 100
for k,v in pairs(Config.MaxValues) do
if v < 1 then
Config.MaxValues[k] = DefaultMax
end
end