bump version

This commit is contained in:
hyperdefined
2023-10-22 19:46:59 -04:00
parent c3f47707c4
commit 2ace1c4f16
3 changed files with 3 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ public class InventoryOpen implements Listener {
}
PersistentDataContainer container = itemMeta.getPersistentDataContainer();
// generate a hash if the item doesn't have one (if it's enabled in the config
// generate a hash if the item doesn't have one (if it's enabled in the config)
if (toolStats.config.getBoolean("generate-hash-for-items")) {
if (!container.has(toolStats.hash, PersistentDataType.STRING)) {
// make sure the item has an owner