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

This commit is contained in:
Applevangelist
2023-02-23 10:31:59 +01:00
3 changed files with 11 additions and 11 deletions

View File

@@ -2040,9 +2040,9 @@ function UTILS.GenerateUHFrequencies()
local _start = 220000000
while _start < 399000000 do
if _start ~= 243000000 then
table.insert(FreeUHFFrequencies, _start)
end
if _start ~= 243000000 then
table.insert(FreeUHFFrequencies, _start)
end
_start = _start + 500000
end