mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-12 06:38:01 +03:00
SteamClient018
This commit is contained in:
parent
2b43b9b992
commit
feec8f6842
@ -96,11 +96,9 @@ namespace Facepunch.Steamworks.Interop
|
||||
|
||||
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 )
|
||||
{
|
||||
throw new System.Exception( "Steam Server: Couldn't load SteamClient017" );
|
||||
}
|
||||
throw new System.Exception( "Steam Server: Couldn't load SteamClient018" );
|
||||
|
||||
client = new SteamNative.SteamClient( steamworks, clientPtr );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user