From 3627a01f592425175d1234f3d07146226c37a022 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Tue, 28 Jun 2016 04:36:31 +0200 Subject: [PATCH] Correct example.json, default is 0 --- ArchiSteamFarm/config/example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm/config/example.json b/ArchiSteamFarm/config/example.json index 5f8197c65..b7c9dec57 100644 --- a/ArchiSteamFarm/config/example.json +++ b/ArchiSteamFarm/config/example.json @@ -3,7 +3,7 @@ "StartOnLaunch": true, "SteamLogin": null, "SteamPassword": null, - "PasswordFormat": 1, + "PasswordFormat": 0, "SteamParentalPIN": "0", "SteamApiKey": null, "SteamMasterID": 0,