Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qutrits committed Jul 6, 2023
1 parent 272b0e0 commit 0bbf338
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Views/Stats.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2492,6 +2492,7 @@ private string GetCurrentProfileLinkedShowId() {
}
private int GetLinkedProfileId(string showId, bool isPrivateLobbies, bool isCreativeShow) {
if (string.IsNullOrEmpty(showId)) return 0;
if ("squadcelebration".Equals(showId)) { showId = "squads_4player"; }
for (int i = 0; i < this.AllProfiles.Count; i++) {
if (isPrivateLobbies) {
if (!string.IsNullOrEmpty(this.AllProfiles[i].LinkedShowId) && this.AllProfiles[i].LinkedShowId.Equals("private_lobbies")) {
Expand Down

0 comments on commit 0bbf338

Please sign in to comment.