diff --git a/Facepunch.Steamworks/Interop/Native.cs b/Facepunch.Steamworks/Interop/Native.cs index 6ff8939..d633a8c 100644 --- a/Facepunch.Steamworks/Interop/Native.cs +++ b/Facepunch.Steamworks/Interop/Native.cs @@ -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 );