add log for remove fpu function

This commit is contained in:
bluepilledgreat 2023-04-07 21:04:58 +01:00
parent e527157474
commit 0a3d4748cd

View File

@ -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");