Remove preloaderui "AddLog" references #2

Merged
Terkoiz merged 1 commits from :master into master 2022-08-14 18:02:24 -04:00
Showing only changes of commit 7fba75b4f0 - Show all commits

View File

@ -89,7 +89,6 @@ namespace Terkoiz.Freecam
if (_mainCamera == null) if (_mainCamera == null)
{ {
FreecamPlugin.Logger.LogError("Failed to locate main camera"); FreecamPlugin.Logger.LogError("Failed to locate main camera");
PreloaderUI.Instance.Console.AddLog("ERROR: Failed to locate main camera", "FreeCam");
return; return;
} }
} }
@ -158,7 +157,6 @@ namespace Terkoiz.Freecam
if (_playerUi == null) if (_playerUi == null)
{ {
FreecamPlugin.Logger.LogError("Failed to locate player UI"); FreecamPlugin.Logger.LogError("Failed to locate player UI");
PreloaderUI.Instance.Console.AddLog("ERROR: Failed to locate player UI", "FreeCam");
return; return;
} }
} }
@ -194,7 +192,6 @@ namespace Terkoiz.Freecam
else else
{ {
FreecamPlugin.Logger.LogError("Failed to get the PlayerBody field"); FreecamPlugin.Logger.LogError("Failed to get the PlayerBody field");
PreloaderUI.Instance.Console.AddLog("ERROR: Failed to get the PlayerBody field", "FreeCam");
} }
// Detour the Player.Move method into an empty one, preventing the character from moving during Freecam mode // Detour the Player.Move method into an empty one, preventing the character from moving during Freecam mode