diff options
Diffstat (limited to 'protocols/Steam/src/steam_instances.cpp')
| -rw-r--r-- | protocols/Steam/src/steam_instances.cpp | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Steam/src/steam_instances.cpp b/protocols/Steam/src/steam_instances.cpp index edd1eaef7f..d535e53b09 100644 --- a/protocols/Steam/src/steam_instances.cpp +++ b/protocols/Steam/src/steam_instances.cpp @@ -32,8 +32,7 @@ void CSteamProto::UninitProtoInstances()  CSteamProto* CSteamProto::GetContactProtoInstance(MCONTACT hContact)
  {
 -	char *proto = (char *)::CallService(MS_PROTO_GETCONTACTBASEPROTO, hContact, 0);
 -
 +	char *proto = GetContactProto(hContact);
  	if (proto == NULL)
  		return NULL;
  | 
