AinaVT / LethalConfig

A mod configuration menu for Lethal Company
https://thunderstore.io/c/lethal-company/p/AinaVT/LethalConfig/
GNU General Public License v3.0
15 stars 6 forks source link

Compatibility with AdvancedCompany #11

Closed AinaVT closed 6 months ago

AinaVT commented 9 months ago

There is a compatibility issue with AdvancedCompany. The LethalConfig objects does not get injected into the quick menu when AdvancedCompany is present. This causes the button for LethalConfig to not be present in the quick menu, and also causes an error when trying to click "Resume" on the quick menu (or pressing escape), not closing it.

AinaVT commented 9 months ago

Exception was fixed by checking for null references when attempting to close the menus. Injection in the quick menu still needs to be figured out.