mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-16 16:15:24 +00:00
Update QSBCore.cs
This commit is contained in:
parent
92e9b2b914
commit
0201536284
@ -141,8 +141,9 @@ public class QSBCore : ModBehaviour
|
||||
DebugLog.ToConsole("[Steamworks.NET] DllCheck Test returned false, One or more of the Steamworks binaries seems to be the wrong version.", MessageType.Error);
|
||||
}
|
||||
|
||||
System.Environment.SetEnvironmentVariable("SteamAppId", "480");
|
||||
System.Environment.SetEnvironmentVariable("SteamGameId", "480");
|
||||
// from facepunch.steamworks SteamClient.cs
|
||||
Environment.SetEnvironmentVariable("SteamAppId", "480");
|
||||
Environment.SetEnvironmentVariable("SteamGameId", "480");
|
||||
|
||||
if (!SteamAPI.Init())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user