DiscoveryGC / FLHook

FLHook for Discovery Freelancer
Other
28 stars 33 forks source link

Exception fix in /base Defmod command #341

Closed Aingar closed 1 year ago

Aingar commented 1 year ago

Prevent dereference of a nullptr aka empty module in /base defmod method. Replaced with a dynamic_cast.