SteamClient018

This commit is contained in:
Garry Newman 2019-04-11 21:37:20 +01:00
parent 2b43b9b992
commit feec8f6842

View File

@ -96,11 +96,9 @@ internal bool InitServer( BaseSteamworks steamworks, uint IpAddress /*uint32*/,
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 );