mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
xx
This commit is contained in:
parent
538e35d8f0
commit
f9030be843
@ -773,7 +773,7 @@ function STORAGE:LoadFromFile(Path,Filename)
|
|||||||
end
|
end
|
||||||
|
|
||||||
--Weapons
|
--Weapons
|
||||||
if self:IsLimitedWeapons()() then
|
if self:IsLimitedWeapons() then
|
||||||
local Ok,Weapons = UTILS.LoadFromFile(Path,Filename.."_Weapons.csv")
|
local Ok,Weapons = UTILS.LoadFromFile(Path,Filename.."_Weapons.csv")
|
||||||
if Ok then
|
if Ok then
|
||||||
if self.verbose and self.verbose > 0 then
|
if self.verbose and self.verbose > 0 then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user