Skip to content

Commit abb2359

Browse files
committed
remove oprtin
1 parent 604c33d commit abb2359

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/main/kotlin/dev/sterner/common/components/VoidBoundRevelationComponent.kt

-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ class VoidBoundRevelationComponent(private val player: Player) : AutoSyncedCompo
155155
for (i in 0 until unlockedList.size) {
156156
val item = unlockedList.getCompound(i)
157157
val itemAbility = ItemAbility.readNbt(item)
158-
println("TT: $itemAbility")
159158
unlockedItemAbilities.add(itemAbility)
160159
}
161160
}
@@ -185,7 +184,6 @@ class VoidBoundRevelationComponent(private val player: Player) : AutoSyncedCompo
185184

186185
val unlockedList = ListTag()
187186
unlockedItemAbilities.forEach { unlockedTag ->
188-
println(unlockedTag)
189187
val abilityTag = unlockedTag.writeNbt()
190188
unlockedList.add(abilityTag)
191189
}

0 commit comments

Comments
 (0)