mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-24 04:28:00 +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 ) );
|
SetInterface( server, new ISteamApps( server ) );
|
||||||
if ( Interface.Self == IntPtr.Zero ) return false;
|
if ( Interface.Self == IntPtr.Zero ) return false;
|
||||||
|
|
||||||
|
InstallEvents();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user