Skip to content

Commit 3c31a76

Browse files
committed
remove comments
1 parent c57a850 commit 3c31a76

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/me/hsgamer/bettergui/modifier/NBTModifier.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
import java.util.Objects;
1414
import java.util.UUID;
1515

16-
/**
17-
* This is a legacy modifier that was removed from HSCore.
18-
* I decide to keep it here for compatibility.
19-
*/
2016
public class NBTModifier implements ItemModifier<ItemStack> {
2117
private static final boolean USE_ITEM_COMPONENT = VersionUtils.isAtLeast(20, 5);
2218
private Object value;

0 commit comments

Comments
 (0)