Skip to content

Commit

Permalink
Fix account type name
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxXor committed May 31, 2020
1 parent f30485b commit b9eb679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quasar.Client/Networking/QuasarClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ private void OnClientState(Client client, bool connected)
{
Version = Settings.VERSION,
OperatingSystem = PlatformHelper.FullName,
AccountType = nameof(userAccount.Type),
AccountType = userAccount.Type.ToString(),
Country = geoInfo.Country,
CountryCode = geoInfo.CountryCode,
ImageIndex = geoInfo.ImageIndex,
Expand Down

0 comments on commit b9eb679

Please sign in to comment.