MaxWasUnavailable / LobbyCompatibility

Towards a future with fewer lobby incompatibility errors.
GNU Lesser General Public License v3.0
5 stars 3 forks source link

Add Null Checks for Getting Loaded Plugins #67

Closed Xilophor closed 6 months ago

Xilophor commented 6 months ago

This adds a null check to prevent NREs that happen from unloaded plugins.

This should resolve #66.