mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-21 02:31:39 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
@@ -105,7 +105,7 @@ jobs:
|
|||||||
if: ${{ vars.SKIP_LUACHECK != true }}
|
if: ${{ vars.SKIP_LUACHECK != true }}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
luacheck --std=lua51c --config=.luacheckrc -gurasqq "Moose Development/Moose"
|
luacheck --std=lua51c --config=.luacheckrc -guras "Moose Development/Moose"
|
||||||
|
|
||||||
- name: Run LuaSrcDiet
|
- name: Run LuaSrcDiet
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -1019,7 +1019,7 @@ function PSEUDOATC:SetUsingRadioInformationFromMap(path)
|
|||||||
if RADIOS and lfs and io then
|
if RADIOS and lfs and io then
|
||||||
self.radios = RADIOS:NewFromFile(path)
|
self.radios = RADIOS:NewFromFile(path)
|
||||||
else
|
else
|
||||||
self:E("PSEUDOATC:SetUsingRadioInformationFromMap Needs `lfs`and `io` to be desanitized in the `MissionScripting.lua` in `<DCS_Install_Directory>\Scripts`")
|
self:E("PSEUDOATC:SetUsingRadioInformationFromMap Needs `lfs`and `io` to be desanitized in the `MissionScripting.lua` in `<DCS_Install_Directory>/Scripts`")
|
||||||
end
|
end
|
||||||
return self
|
return self
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user