Skip to content

Commit

Permalink
Update QSBCore.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
misternebula committed Nov 4, 2023
1 parent 103b430 commit 95323a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QSB/QSBCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public void Awake()

if (!SteamAPI.Init())
{
DebugLog.ToConsole($"FATAL - SteamAPI.Init() failed. Refer to Valve's documentation.", MessageType.Fatal);
DebugLog.ToConsole($"FATAL - SteamAPI.Init() failed. Do you have Steam open, and are you logged in?", MessageType.Fatal);
return;
}

Expand Down

0 comments on commit 95323a4

Please sign in to comment.