diff --git a/src/helpers/websocketClient.ts b/src/helpers/websocketClient.ts index 1b4b492..44034f8 100644 --- a/src/helpers/websocketClient.ts +++ b/src/helpers/websocketClient.ts @@ -106,6 +106,7 @@ const handlers: any = { characteristic, songName, songSubName, + levelAuthorName, length, } = data.status.beatmap; @@ -116,7 +117,7 @@ const handlers: any = { difficultyEnum, characteristic, songName, - songSubName, + songSubName || levelAuthorName, length ); },