Skip to content

Commit

Permalink
fix(server): slight speed up in first connection
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMcAssey committed Jan 13, 2025
1 parent e128f51 commit de2e6d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GLOKON.Baiters.Core/BaitersServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public virtual void Setup()
try
{
SteamClient.Init(options.AppId);
SteamNetworkingUtils.InitRelayNetworkAccess();
}
catch (Exception ex)
{
Expand Down

0 comments on commit de2e6d9

Please sign in to comment.