mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-23 20:17:58 +03:00
Fix OnNewLaunchParameters never getting called
This commit is contained in:
parent
4e7e0ef8c4
commit
10f3323318
@ -20,6 +20,8 @@ namespace Steamworks
|
||||
SetInterface( server, new ISteamApps( server ) );
|
||||
if ( Interface.Self == IntPtr.Zero ) return false;
|
||||
|
||||
InstallEvents();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user