Skip to content

Commit 7bc201c

Browse files
committed
removed slob
1 parent 53dca0c commit 7bc201c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

commons/src/main/java/net/swofty/commons/skyblock/item/attribute/attributes/ItemAttributeGemData.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ public GemData loadFromString(String string) {
4242
filledWith = ItemType.valueOf(gemSplit[1]);
4343
}
4444

45-
// Load unlocked state if it exists in the string (for backward compatibility)
46-
if (gemSplit.length > 2) {
47-
unlocked = Boolean.parseBoolean(gemSplit[2]);
48-
}
49-
5045
gemData.putGem(new GemData.GemSlots(index, filledWith, unlocked));
5146
}
5247

0 commit comments

Comments
 (0)