Skip to content

Commit

Permalink
Update Item.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
EngineMachiner committed May 26, 2024
1 parent ef30dfd commit 4c2012a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/enginemachiner/harmony/Item.kt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ interface Trackable {

companion object {

fun trackHolder( stack: ItemStack, holder: Entity ) {
fun trackHolder( stack: ItemStack, holder: Entity? ) {

if ( stack.holder == holder ) return

Expand Down

0 comments on commit 4c2012a

Please sign in to comment.