This commit is contained in:
Applevangelist 2025-01-02 17:06:53 +01:00
parent 538e35d8f0
commit f9030be843

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