This commit is contained in:
Nordi98 2025-07-29 00:24:49 +02:00
parent f333947ed9
commit 032ec698d8
50 changed files with 27 additions and 5845 deletions

View file

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