Skip to content

Commit

Permalink
fix the bug of installing zzz bilibili server #933
Browse files Browse the repository at this point in the history
  • Loading branch information
Scighost committed Jul 12, 2024
1 parent a5c7b85 commit 71c6bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Starward.Core/HoYoPlay/LauncherId.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static bool IsGlobalOfficial(string launcherId)

public static bool IsBilibili(string launcherId)
{
return launcherId is BilibiliGenshin or BilibiliStarRail;
return launcherId is BilibiliGenshin or BilibiliStarRail or BilibiliZZZ;
}


Expand Down

0 comments on commit 71c6bf1

Please sign in to comment.