From 886d9995eebf05132bdd7fa806510ff66b49e1aa Mon Sep 17 00:00:00 2001 From: James King Date: Tue, 30 Aug 2022 14:47:40 +0100 Subject: [PATCH] Launch parameter fix --- Facepunch.Steamworks/SteamApps.cs | 2 ++ 1 file changed, 2 insertions(+) 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()