update the log message here too

This commit is contained in:
JohnCorby 2023-11-04 16:01:00 -07:00
parent 95323a4075
commit f3d6bc50a8

View File

@ -53,7 +53,7 @@ public static class Program
if (!SteamAPI.Init())
{
LogError($"FATAL - SteamAPI.Init() failed. Refer to Valve's documentation.");
LogError($"FATAL - SteamAPI.Init() failed. Do you have Steam open, and are you logged in?");
return -1;
}