File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ public async Task<List<XivGear>> GetGearList(string substring = null)
62
62
return await cache . GetCachedGearList ( substring ) ;
63
63
}
64
64
65
- /// <summary>
66
- /// A getter for available gear in the Item exd files
67
- /// </summary>
68
- /// <returns>A list containing XivGear data</returns>
69
- public async Task < List < XivGear > > GetUnCachedGearList ( )
65
+ /// <summary>
66
+ /// A getter for available gear in the Item exd files
67
+ /// </summary>
68
+ /// <returns>A list containing XivGear data</returns>
69
+ public async Task < List < XivGear > > GetUnCachedGearList ( )
70
70
{
71
71
// These are the offsets to relevant data
72
72
// These will need to be changed if data gets added or removed with a patch
Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ where mod.fullPath.Equals(modItemPath)
375
375
{
376
376
throw new Exception ( "Failed to delete file descriptor." ) ;
377
377
}
378
- index . DeleteFileDescriptor ( $ "{ modItemPath } .flag", XivDataFiles . GetXivDataFile ( modToRemove . datFile ) ) ;
378
+ success = index . DeleteFileDescriptor ( $ "{ modItemPath } .flag", XivDataFiles . GetXivDataFile ( modToRemove . datFile ) ) ;
379
379
if ( ! success )
380
380
{
381
381
throw new Exception ( "Failed to delete file descriptor." ) ;
You can’t perform that action at this time.
0 commit comments