mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 06:05:46 +03:00
SteamClient018
This commit is contained in:
parent
2b43b9b992
commit
feec8f6842
@ -96,11 +96,9 @@ internal bool InitServer( BaseSteamworks steamworks, uint IpAddress /*uint32*/,
|
|||||||
|
|
||||||
public void FillInterfaces( BaseSteamworks steamworks, int hpipe, int huser )
|
public void FillInterfaces( BaseSteamworks steamworks, int hpipe, int huser )
|
||||||
{
|
{
|
||||||
var clientPtr = api.SteamInternal_CreateInterface( "SteamClient017" );
|
var clientPtr = api.SteamInternal_CreateInterface( "SteamClient018" );
|
||||||
if ( clientPtr == IntPtr.Zero )
|
if ( clientPtr == IntPtr.Zero )
|
||||||
{
|
throw new System.Exception( "Steam Server: Couldn't load SteamClient018" );
|
||||||
throw new System.Exception( "Steam Server: Couldn't load SteamClient017" );
|
|
||||||
}
|
|
||||||
|
|
||||||
client = new SteamNative.SteamClient( steamworks, clientPtr );
|
client = new SteamNative.SteamClient( steamworks, clientPtr );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user