Skip to content

Commit e41eaec

Browse files
committed
fix typo
1 parent ade1159 commit e41eaec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pylon-core/src/main/kotlin/io/github/pylonmc/pylon/core/item

pylon-core/src/main/kotlin/io/github/pylonmc/pylon/core/item/PylonItem.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ open class PylonItem(val stack: ItemStack) : Keyed {
111111
}
112112

113113
@JvmStatic
114-
fun isPylonitem(stack: ItemStack?): Boolean {
114+
fun isPylonItem(stack: ItemStack?): Boolean {
115115
return stack != null && stack.persistentDataContainer.has(PylonItemSchema.pylonItemKeyKey)
116116
}
117117

0 commit comments

Comments
 (0)