GameServerTest.BeginAuthSession fix

This commit is contained in:
André Straubmeier 2023-06-09 09:16:01 +02:00
parent c18a018c3f
commit a3419df3b9

View File

@ -1,6 +1,7 @@
using System; using System;
using System.Threading.Tasks; using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting; using Microsoft.VisualStudio.TestTools.UnitTesting;
using Steamworks.Data;
namespace Steamworks namespace Steamworks
{ {
@ -46,7 +47,7 @@ namespace Steamworks
// //
// Clientside calls this function, gets ticket // Clientside calls this function, gets ticket
// //
var clientTicket = SteamUser.GetAuthSessionTicket( SteamClient.SteamId ); var clientTicket = SteamUser.GetAuthSessionTicket( NetIdentity.LocalHost );
// //
// The client sends this data to the server along with their steamid // The client sends this data to the server along with their steamid