odwdinc / Python-SimConnect

Python interface for MSFS2020 SimConnect.dll
GNU Affero General Public License v3.0
270 stars 107 forks source link

wrong types for AICreateNonATCAircraft #112

Closed fyyyyy closed 2 years ago

fyyyyy commented 2 years ago

args 2 + 3 should be c_char_p, not c_double https://github.com/odwdinc/Python-SimConnect/blob/6fdae339f752253aa2a45cc2d21b221458c4c459/SimConnect/Attributes.py#L585-L586

odwdinc commented 2 years ago

fixed

fyyyyy commented 2 years ago

thx