Skip to content

Commit

Permalink
Fix coin count not updating in kat upgrade recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
nea89o committed Aug 8, 2024
1 parent b338db1 commit 325ea56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ data class SBItemStack(

fun getStackSize() = stackSize
fun setStackSize(newSize: Int) {
this.stackSize = stackSize
this.stackSize = newSize
this.itemStack_ = null
}

Expand Down

0 comments on commit 325ea56

Please sign in to comment.