diff --git a/src/types/client_data.d.ts b/src/types/client_data.d.ts index 4df5c5b..de9be2a 100644 --- a/src/types/client_data.d.ts +++ b/src/types/client_data.d.ts @@ -11,7 +11,6 @@ interface HostInformation extends response { // Event is only emitted when the JoinGame event is successful, so there is no // success indicator in this response interface NewPlayer { - game_code: string; player?: string; }