From f4cb282a35ed161513abe0a3aa2b385a73a0f664 Mon Sep 17 00:00:00 2001 From: Eddio0141 Date: Fri, 8 Nov 2024 21:56:43 +0000 Subject: [PATCH] its not really an error --- UniTAS/Patcher/Implementations/UnityInfo/LegacyInputInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UniTAS/Patcher/Implementations/UnityInfo/LegacyInputInfo.cs b/UniTAS/Patcher/Implementations/UnityInfo/LegacyInputInfo.cs index 098ee0dd..a7229464 100644 --- a/UniTAS/Patcher/Implementations/UnityInfo/LegacyInputInfo.cs +++ b/UniTAS/Patcher/Implementations/UnityInfo/LegacyInputInfo.cs @@ -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; }