mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-05-07 12:19:40 +03:00
GameServerTest.BeginAuthSession fix
This commit is contained in:
parent
c18a018c3f
commit
a3419df3b9
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user