Fixed error in Olympus Command

And added some minor optimization
This commit is contained in:
Pax1601
2023-03-22 17:50:45 +01:00
parent 01852518b7
commit c8d809c3e7
2 changed files with 6 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ Olympus.DLLsloaded = false
Olympus.OlympusModPath = os.getenv('DCSOLYMPUS_PATH')..'\\bin\\'
function Olympus.debug(message, displayFor)
if debug then:
if debug == true then
trigger.action.outText(message, displayFor)
end
end