mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-27 23:25:55 +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 )
|
if ( init.IpAddress != null )
|
||||||
ipaddress = Utility.IpToInt32( init.IpAddress );
|
ipaddress = Utility.IpToInt32( init.IpAddress );
|
||||||
|
|
||||||
|
System.Environment.SetEnvironmentVariable( "SteamAppId", appid.ToString() );
|
||||||
|
System.Environment.SetEnvironmentVariable( "SteamGameId", appid.ToString() );
|
||||||
|
|
||||||
//
|
//
|
||||||
// Get other interfaces
|
// Get other interfaces
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user