Skip to content

Commit

Permalink
Merge pull request #709 from Zyhlon/master
Browse files Browse the repository at this point in the history
Fixes #553 OnNewLaunchParameters never getting called
  • Loading branch information
Rohansi authored Dec 9, 2024
2 parents eec3c05 + 10f3323 commit 963729b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Facepunch.Steamworks/SteamApps.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 963729b

Please sign in to comment.