Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicgraphics committed Jan 22, 2025
1 parent fc9954e commit 6660623
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions BeatTogether.MasterServer.Api/Util/UserIdHash.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ public static string Generate(Platform platform, string platformUserId)
Platform.OculusQuest => "OculusQuest#",
Platform.Pico => "Pico#",
Platform.Steam => "Steam#",
Platform.Pico => "Pico#",
Platform.PS4 => "PSN#",
Platform.PS5 => "PSN#",
Platform.PS4 or Platform.PS5 => "PSN#",
_ => ""
};
return Generate(platformStr, platformUserId);
Expand Down

0 comments on commit 6660623

Please sign in to comment.