Skip to content

Commit

Permalink
Clear the dictionary after removing all gamertags
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGrobbe authored Aug 29, 2020
1 parent 5ab2e71 commit 99e20c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vMenu/FunctionsController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2347,6 +2347,7 @@ private async Task PlayerOverheadNamesControl()
{
RemoveMpGamerTag(gamerTag.Value);
}
gamerTags.clear();
}
else
{
Expand Down

0 comments on commit 99e20c8

Please sign in to comment.