private void loadConfig() { config = Config.Read(configPath); }
private void PBReload(ReloadEventArgs args) { config = Config.Read(configPath); }