Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mi-8MT Frequency parts concatenated to satisfy lua syntax inspection #208

Merged
merged 2 commits into from
Sep 11, 2023

Conversation

jdahlblom
Copy link
Contributor

Lua inspection signalled this should be changed so as to be evaluated before oring with "000000". Pre lua and post lua shows same data exports in ctrl-ref.exe.

    return  freq1 .. freq2 .. freq3 or "000000"
    local frequency = freq1 .. freq2 .. freq3
	
    return  frequency or "000000"

@WarLord211 WarLord211 merged commit 71f9b48 into master Sep 11, 2023
@WarLord211 WarLord211 deleted the mi8mt-syntax-fix branch September 11, 2023 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants