diff options
| author | George Hazan <george.hazan@gmail.com> | 2023-06-15 19:18:04 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2023-06-15 19:18:04 +0300 |
| commit | 4a2a1a80bc29ec2dc13e8dd053671431eb36fe2a (patch) | |
| tree | 24a8d499cbbdaa1e998b289eebce7e918fda8fdc /protocols/Steam/src/main.cpp | |
| parent | d85347f1f2028afb685142a776f2af4473de8273 (diff) | |
Steam: complete login sequence (though always gives us "Invalid password" error)
Diffstat (limited to 'protocols/Steam/src/main.cpp')
| -rw-r--r-- | protocols/Steam/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<CSteamProto>("STEAM", pluginInfoEx)
{
- SetUniqueId("SteamID");
+ SetUniqueId(DBKEY_STEAM_ID);
}
/////////////////////////////////////////////////////////////////////////////////////////
|
