From 0a3d4748cddaa3079e99ccc08f968f059997b93b Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Fri, 7 Apr 2023 21:04:58 +0100 Subject: [PATCH] add log for remove fpu function --- Bloxstrap/Integrations/IntegrationCleaner.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Bloxstrap/Integrations/IntegrationCleaner.cs b/Bloxstrap/Integrations/IntegrationCleaner.cs index f961f24..1e742b8 100644 --- a/Bloxstrap/Integrations/IntegrationCleaner.cs +++ b/Bloxstrap/Integrations/IntegrationCleaner.cs @@ -64,6 +64,8 @@ namespace Bloxstrap.Integrations private static void RemoveRbxFpsUnlocker() { + App.Logger.WriteLine("[IntegrationCleaner::RemoveRbxFpsUnlocker] Removing RbxFpsUnlocker..."); + KillRunningRbxFpsUnlocker(); string rfuBaseFolder = Path.Combine(Directories.Integrations, "rbxfpsunlocker");