diff --git a/src/app/App.tsx b/src/app/App.tsx index e669a905..cf845f3f 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -17244,17 +17244,6 @@ export function App({ store, initialStatusMessage }: AppProps) { } ) } - onSetDialogueLineSpeaker={(dialogueId, lineId, speakerName) => - updateNpcDialogueLine( - dialogueId, - lineId, - "Set NPC dialogue speaker", - "Updated NPC dialogue speaker.", - (line) => { - line.speakerName = speakerName?.trim() || null; - } - ) - } onSetDialogueLineText={(dialogueId, lineId, text) => updateNpcDialogueLine( dialogueId,