mirror of
https://github.com/ModOrganizer2/modorganizer-NCC.git
synced 2026-07-27 14:00:52 -07:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
707527d264 | ||
|
|
1b96519fb2 | ||
|
|
d0a4194d55 |
@@ -21,8 +21,8 @@ using Nexus.Client.ModManagement.InstallationLog;
|
||||
|
||||
namespace Nexus.Client.ModManagement.InstallationLog
|
||||
{
|
||||
class DummyInstallLog : IInstallLog
|
||||
{
|
||||
public partial class DummyInstallLog : IInstallLog
|
||||
{
|
||||
|
||||
private Dictionary<string, Pair<IMod, string>> m_InstalledFiles = null;
|
||||
private Set<string> m_UsedKeys = null;
|
||||
@@ -268,12 +268,12 @@ namespace Nexus.Client.ModManagement.InstallationLog
|
||||
// nop
|
||||
}
|
||||
|
||||
public byte[] GetXMLModList()
|
||||
public byte[] GetXmlModList()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
public byte[] GetXMLIniList()
|
||||
public byte[] GetXmlIniList()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
@@ -125,7 +125,7 @@ namespace Nexus.Client
|
||||
else
|
||||
TemporaryPath = Settings.TempPathFolder;
|
||||
|
||||
ApplicationPersonalDataFolderPath = Path.Combine(PersonalDataFolderPath, p_setSettings.ModManagerName);
|
||||
ApplicationPersonalDataFolderPath = Path.Combine(PersonalDataFolderPath, CommonData.ModManagerName);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user