From 324859521e742f69d7adfa7ab7f5b7d405156cd3 Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Mon, 26 Jun 2023 17:42:38 +0100 Subject: [PATCH] Line ending normalization --- Bloxstrap/Bootstrapper.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Bloxstrap/Bootstrapper.cs b/Bloxstrap/Bootstrapper.cs index 7cf2a02..c98bd98 100644 --- a/Bloxstrap/Bootstrapper.cs +++ b/Bloxstrap/Bootstrapper.cs @@ -806,11 +806,11 @@ namespace Bloxstrap appFlagsKey.SetValue(_playerLocation, appFlags); appFlagsKey.DeleteValue(oldGameClientLocation); } - } - - // delete any old version folders - // we only do this if roblox isnt running just in case an update happened - // while they were launching a second instance or something idk + } + + // delete any old version folders + // we only do this if roblox isnt running just in case an update happened + // while they were launching a second instance or something idk if (!Process.GetProcessesByName(App.RobloxAppName).Any()) { foreach (DirectoryInfo dir in new DirectoryInfo(Directories.Versions).GetDirectories())