Fix OnNewLaunchParameters never getting called

This commit is contained in:
Frida Külper 2023-03-17 16:32:18 +01:00
parent 4e7e0ef8c4
commit 10f3323318

View File

@ -20,6 +20,8 @@ namespace Steamworks
SetInterface( server, new ISteamApps( server ) );
if ( Interface.Self == IntPtr.Zero ) return false;
InstallEvents();
return true;
}