Merge remote-tracking branch 'origin/master' into branch

This commit is contained in:
Applevangelist 2025-01-04 13:26:34 +01:00
commit 66bd771662

View File

@ -773,7 +773,7 @@ function STORAGE:LoadFromFile(Path,Filename)
end
--Weapons
if self:IsLimitedWeapons()() then
if self:IsLimitedWeapons() then
local Ok,Weapons = UTILS.LoadFromFile(Path,Filename.."_Weapons.csv")
if Ok then
if self.verbose and self.verbose > 0 then