Skip to content

Commit 151049c

Browse files
committed
Added [gui:serializer](gui/serializer) module.
Added commands and permissions for **GUIContent**s and **GUI**s. Fixed various problems with gradle dependencies system.
1 parent dcd553b commit 151049c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

item/serializer/src/main/java/it/angrybear/yagl/parsers/EnchantmentParser.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public EnchantmentParser() {
1515
super(Enchantment.class);
1616
}
1717

18+
@SuppressWarnings("DataFlowIssue")
1819
@Override
1920
protected BiFunctionException<@NotNull IConfiguration, @NotNull String, @Nullable Enchantment> getLoader() {
2021
return (c, s) -> {

0 commit comments

Comments
 (0)