public MM_ModData() { siteConfig = new MM_SiteConfig(); }
//Sets the siteconfig to what it should be public void UpdateSiteConfig() { if (websiteCheck == "") websiteCheck = "NONE"; siteConfig = MiscFunctions.GetSiteConfig(websiteCheck); }