mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-28 22:48:08 +03:00
Launch parameter fix
This commit is contained in:
parent
435a9fd92d
commit
886d9995ee
@ -18,6 +18,8 @@ namespace Steamworks
|
|||||||
internal override void InitializeInterface( bool server )
|
internal override void InitializeInterface( bool server )
|
||||||
{
|
{
|
||||||
SetInterface( server, new ISteamApps( server ) );
|
SetInterface( server, new ISteamApps( server ) );
|
||||||
|
|
||||||
|
InstallEvents();
|
||||||
}
|
}
|
||||||
|
|
||||||
internal static void InstallEvents()
|
internal static void InstallEvents()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user