Nexus.Client.ModManagement.ModUpgrader.RegisterMod C# (CSharp) Method

RegisterMod() protected method

Registers the mod being upgraded with the install log.
protected RegisterMod ( ) : void
return void
		protected override void RegisterMod()
		{
			ModInstallLog.ReplaceActiveMod(OldMod, Mod);
		}
	}