Line ending normalization

This commit is contained in:
pizzaboxer 2023-06-26 17:42:38 +01:00
parent 59bda907d3
commit 324859521e
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8

View File

@ -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())