Somfic/EliteAPI

Inconsistent case for FID property of different events

Tofystedeth opened this issue · 1 comments

The FID property, which is present for both the CommanderEvent and LoadGameEvent is spelled "FID" in the CommanderEvent and "Fid" in the LoadGameEvent.

The correct spelling of this property should be Fid.

This issue is fixed on the dev branch, see the Commander event and LoadGame event.

Thanks for your report!