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)
|
public void BucketBy(ItemKey bucketBy, bool lower = true, bool norename = true)
|
||||||
{
|
{
|
||||||
Items.BucketBy(bucketBy, lower, norename);
|
Items.BucketBy(bucketBy, lower, norename);
|
||||||
ItemsDB.BucketBy(bucketBy, lower, norename);
|
//ItemsDB.BucketBy(bucketBy, lower, norename);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user