Closed brandonm4 closed 2 years ago
The first time the ConfigHolder is called it crashes. If fixed it by adding a static constructor:
static BannerKingsConfig() { ConfigHolder.CONFIG = new(); }
Added that and worked. Thank you.
The first time the ConfigHolder is called it crashes. If fixed it by adding a static constructor:
static BannerKingsConfig() { ConfigHolder.CONFIG = new(); }