diff --git a/src/ui/party-ui-handler.ts b/src/ui/party-ui-handler.ts index dc30d1cc120..b259316f6fa 100644 --- a/src/ui/party-ui-handler.ts +++ b/src/ui/party-ui-handler.ts @@ -987,7 +987,7 @@ export class PartyUiHandler extends MessageUiHandler { return !(this.partyUiMode === PartyUiMode.FAINT_SWITCH || this.partyUiMode === PartyUiMode.REVIVAL_BLESSING); } - /** + /** * Return whether this UI handler is responsible for managing items. * Used to ensure proper placement of mode toggle buttons in the UI, etc. * @returns Whether the current handler is responsible for managing items.