mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-14 15:48:06 +03:00
Fixed server not setting appid properly
This commit is contained in:
parent
99dcc83ab0
commit
44dfa45337
@ -55,6 +55,9 @@ namespace Steamworks
|
||||
if ( init.IpAddress != null )
|
||||
ipaddress = Utility.IpToInt32( init.IpAddress );
|
||||
|
||||
System.Environment.SetEnvironmentVariable( "SteamAppId", appid.ToString() );
|
||||
System.Environment.SetEnvironmentVariable( "SteamGameId", appid.ToString() );
|
||||
|
||||
//
|
||||
// Get other interfaces
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user