diff --git a/Facepunch.Steamworks/SteamApps.cs b/Facepunch.Steamworks/SteamApps.cs index 1e6410e..b243db6 100644 --- a/Facepunch.Steamworks/SteamApps.cs +++ b/Facepunch.Steamworks/SteamApps.cs @@ -18,6 +18,8 @@ namespace Steamworks internal override void InitializeInterface( bool server ) { SetInterface( server, new ISteamApps( server ) ); + + InstallEvents(); } internal static void InstallEvents()