diff --git a/Facepunch.Steamworks/SteamApps.cs b/Facepunch.Steamworks/SteamApps.cs index b2437f7b..baad5fa8 100644 --- a/Facepunch.Steamworks/SteamApps.cs +++ b/Facepunch.Steamworks/SteamApps.cs @@ -20,6 +20,8 @@ internal override bool InitializeInterface( bool server ) SetInterface( server, new ISteamApps( server ) ); if ( Interface.Self == IntPtr.Zero ) return false; + InstallEvents(); + return true; }