Skip to content

Commit 2d1eae9

Browse files
authored
docs: Change type of charID in ChangePrimaryPlayer event (OverlayPlugin#119)
1 parent d6db924 commit 2d1eae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/event.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export interface EventMap {
192192

193193
'ChangePrimaryPlayer': (ev: {
194194
type: 'ChangePrimaryPlayer';
195-
charID: string;
195+
charID: number;
196196
charName: string;
197197
}) => void;
198198

0 commit comments

Comments
 (0)