mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Disable ItemsDB from HasWritable for now
This commit is contained in:
@@ -225,14 +225,14 @@ namespace SabreTools.DatTools
|
|||||||
// If there's nothing there, abort
|
// If there's nothing there, abort
|
||||||
if (datFile.Items.DatStatistics.TotalCount == 0)
|
if (datFile.Items.DatStatistics.TotalCount == 0)
|
||||||
return false;
|
return false;
|
||||||
if (datFile.ItemsDB.DatStatistics.TotalCount == 0)
|
// if (datFile.ItemsDB.DatStatistics.TotalCount == 0)
|
||||||
return false;
|
// return false;
|
||||||
|
|
||||||
// If every item is removed, abort
|
// If every item is removed, abort
|
||||||
if (datFile.Items.DatStatistics.TotalCount == datFile.Items.DatStatistics.RemovedCount)
|
if (datFile.Items.DatStatistics.TotalCount == datFile.Items.DatStatistics.RemovedCount)
|
||||||
return false;
|
return false;
|
||||||
if (datFile.ItemsDB.DatStatistics.TotalCount == datFile.ItemsDB.DatStatistics.RemovedCount)
|
// if (datFile.ItemsDB.DatStatistics.TotalCount == datFile.ItemsDB.DatStatistics.RemovedCount)
|
||||||
return false;
|
// return false;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user