Added a missing break
This commit is contained in:
parent
f6abc076e3
commit
7bf2c4900b
@ -26,6 +26,7 @@ export const focusController: RequestHandler = async (req, res) => {
|
||||
ItemCount: -1
|
||||
} satisfies IMiscItem
|
||||
]);
|
||||
break;
|
||||
}
|
||||
}
|
||||
await inventory.save();
|
||||
|
Loading…
x
Reference in New Issue
Block a user