From 4a2a1a80bc29ec2dc13e8dd053671431eb36fe2a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 15 Jun 2023 19:18:04 +0300 Subject: Steam: complete login sequence (though always gives us "Invalid password" error) --- protocols/Steam/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Steam/src/main.cpp') diff --git a/protocols/Steam/src/main.cpp b/protocols/Steam/src/main.cpp index 9daabf1e60..be3991d116 100644 --- a/protocols/Steam/src/main.cpp +++ b/protocols/Steam/src/main.cpp @@ -23,7 +23,7 @@ PLUGININFOEX pluginInfoEx = CMPlugin::CMPlugin() : ACCPROTOPLUGIN("STEAM", pluginInfoEx) { - SetUniqueId("SteamID"); + SetUniqueId(DBKEY_STEAM_ID); } ///////////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3