v1.3.0.1 (Epic Store release)
This commit is contained in:
@@ -42,6 +42,9 @@ namespace Barotrauma.Steam
|
||||
}
|
||||
|
||||
Steamworks.SteamNetworkingUtils.OnDebugOutput += LogSteamworksNetworking;
|
||||
|
||||
// Needed to detect invites for social overlay
|
||||
Steamworks.SteamFriends.ListenForFriendsMessages = true;
|
||||
}
|
||||
catch (DllNotFoundException)
|
||||
{
|
||||
@@ -145,10 +148,5 @@ namespace Barotrauma.Steam
|
||||
Steamworks.SteamFriends.OpenWebOverlay(url);
|
||||
return true;
|
||||
}
|
||||
|
||||
public static void OverlayProfile(SteamId steamId)
|
||||
{
|
||||
OverlayCustomUrl($"https://steamcommunity.com/profiles/{steamId.Value}");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user