Skip to content

Commit 8810966

Browse files
committed
one missing semicolon
1 parent 759c818 commit 8810966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/objects/bank/bank-booth-plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const depositItem: itemAction = (details) => {
6767
} else {
6868
itemToAdd.amount += countToRemove;
6969
invItem.amount -= countToRemove;
70-
countToRemove = 0
70+
countToRemove = 0;
7171
}
7272
}
7373
playerBank.addStacking(itemToAdd);

0 commit comments

Comments
 (0)