We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759c818 commit 8810966Copy full SHA for 8810966
src/plugins/objects/bank/bank-booth-plugin.ts
@@ -67,7 +67,7 @@ export const depositItem: itemAction = (details) => {
67
} else {
68
itemToAdd.amount += countToRemove;
69
invItem.amount -= countToRemove;
70
- countToRemove = 0
+ countToRemove = 0;
71
}
72
73
playerBank.addStacking(itemToAdd);
0 commit comments