Skip to content

Commit

Permalink
its not really an error
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddio0141 committed Nov 8, 2024
1 parent 844218b commit f4cb282
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public LegacyInputInfo(IAssetsManager assetsManager, ILogger logger,

if (!File.Exists(globalGameManagersPath))
{
logger.LogError("Failed to find globalGameManagers file");
logger.LogInfo("Failed to find globalGameManagers file");
return;
}

Expand Down

0 comments on commit f4cb282

Please sign in to comment.