mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Hardcode HasModifiedGameDataFiles to false for now until XL is fixed
This commit is contained in:
parent
8ed1af30df
commit
d0110f7251
1 changed files with 5 additions and 2 deletions
|
|
@ -84,8 +84,11 @@ internal sealed class DataManager : IInternalDisposableService, IDataManager
|
||||||
dalamud.StartInfo.TroubleshootingPackData);
|
dalamud.StartInfo.TroubleshootingPackData);
|
||||||
|
|
||||||
// Don't fail for IndexIntegrityResult.Exception, since the check during launch has a very small timeout
|
// Don't fail for IndexIntegrityResult.Exception, since the check during launch has a very small timeout
|
||||||
this.HasModifiedGameDataFiles =
|
// this.HasModifiedGameDataFiles =
|
||||||
tsInfo?.IndexIntegrity is LauncherTroubleshootingInfo.IndexIntegrityResult.Failed;
|
// tsInfo?.IndexIntegrity is LauncherTroubleshootingInfo.IndexIntegrityResult.Failed;
|
||||||
|
|
||||||
|
// TODO: Put above back when check in XL is fixed
|
||||||
|
this.HasModifiedGameDataFiles = false;
|
||||||
|
|
||||||
if (this.HasModifiedGameDataFiles)
|
if (this.HasModifiedGameDataFiles)
|
||||||
Log.Verbose("Game data integrity check failed!\n{TsData}", dalamud.StartInfo.TroubleshootingPackData);
|
Log.Verbose("Game data integrity check failed!\n{TsData}", dalamud.StartInfo.TroubleshootingPackData);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue