Skip to content

Commit

Permalink
Merge pull request #75 from BeatTogether/1.37.0
Browse files Browse the repository at this point in the history
1.37.0 Fix issue from merge
  • Loading branch information
cubicgraphics authored Jan 22, 2025
2 parents 4f90428 + 6660623 commit 7330757
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BeatTogether.MasterServer.Api/Util/UserIdHash.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public static string Generate(Platform platform, string platformUserId)
Platform.OculusQuest => "OculusQuest#",
Platform.Pico => "Pico#",
Platform.Steam => "Steam#",
Platform.Pico => "Pico#",
Platform.PS4 or Platform.PS5 => "PSN#",
_ => ""
};
Expand Down

0 comments on commit 7330757

Please sign in to comment.