mirror of
https://github.com/Risensy/Steam.git
synced 2025-10-22 07:54:26 +00:00
Fix for Steam Sockets removed
This commit is contained in:
@@ -94,10 +94,3 @@ bAllowP2PPacketRelay=true
|
||||
|
||||
[/Script/OnlineSubsystemSteam.SteamNetDriver]
|
||||
NetConnectionClassName="OnlineSubsystemSteam.SteamNetConnection"
|
||||
|
||||
[SystemSettings]
|
||||
net.CurrentHandshakeVersion=2
|
||||
net.MinHandshakeVersion=2
|
||||
net.VerifyNetSessionID=0
|
||||
net.VerifyNetClientID=0
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -13,7 +13,6 @@ public class Steam : ModuleRules
|
||||
PrivateDependencyModuleNames.AddRange(new string[] { });
|
||||
|
||||
DynamicallyLoadedModuleNames.Add("OnlineSubsystemSteam");
|
||||
|
||||
// Uncomment if you are using Slate UI
|
||||
// PrivateDependencyModuleNames.AddRange(new string[] { "Slate", "SlateCore" });
|
||||
|
||||
|
Reference in New Issue
Block a user