mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-27 07:05:50 +03:00
Fixed server not setting appid properly
This commit is contained in:
parent
99dcc83ab0
commit
44dfa45337
@ -55,6 +55,9 @@ public static void Init( AppId appid, SteamServerInit init )
|
||||
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…
Reference in New Issue
Block a user