mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-29 00:32:43 +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);
|
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");
|
// from facepunch.steamworks SteamClient.cs
|
||||||
System.Environment.SetEnvironmentVariable("SteamGameId", "480");
|
Environment.SetEnvironmentVariable("SteamAppId", "480");
|
||||||
|
Environment.SetEnvironmentVariable("SteamGameId", "480");
|
||||||
|
|
||||||
if (!SteamAPI.Init())
|
if (!SteamAPI.Init())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user