mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -122,7 +122,7 @@ namespace ArchiSteamFarm {
|
||||
ShouldSendHeartBeats = true;
|
||||
|
||||
const string request = SharedInfo.StatisticsServer + "/api/Announce";
|
||||
Dictionary<string, string> data = new Dictionary<string, string>(4) {
|
||||
Dictionary<string, string> data = new Dictionary<string, string>(5) {
|
||||
{ "SteamID", Bot.SteamID.ToString() },
|
||||
{ "Guid", Program.GlobalDatabase.Guid.ToString("N") },
|
||||
{ "Nickname", nickname },
|
||||
|
||||
Reference in New Issue
Block a user