mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Manually disable more experimental code
This commit is contained in:
@@ -359,7 +359,7 @@ namespace SabreTools.DatFiles
|
||||
public void BucketBy(ItemKey bucketBy, bool lower = true, bool norename = true)
|
||||
{
|
||||
Items.BucketBy(bucketBy, lower, norename);
|
||||
ItemsDB.BucketBy(bucketBy, lower, norename);
|
||||
//ItemsDB.BucketBy(bucketBy, lower, norename);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user