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 (datFile.Items.DatStatistics.TotalCount == 0)
|
||||
return false;
|
||||
if (datFile.ItemsDB.DatStatistics.TotalCount == 0)
|
||||
return false;
|
||||
// if (datFile.ItemsDB.DatStatistics.TotalCount == 0)
|
||||
// return false;
|
||||
|
||||
// If every item is removed, abort
|
||||
if (datFile.Items.DatStatistics.TotalCount == datFile.Items.DatStatistics.RemovedCount)
|
||||
return false;
|
||||
if (datFile.ItemsDB.DatStatistics.TotalCount == datFile.ItemsDB.DatStatistics.RemovedCount)
|
||||
return false;
|
||||
// if (datFile.ItemsDB.DatStatistics.TotalCount == datFile.ItemsDB.DatStatistics.RemovedCount)
|
||||
// return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user