mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Fix "access is denied" error
I LOVE TESTING IN PROD
This commit is contained in:
parent
35caf8e730
commit
a9b3d43ab2
@ -980,7 +980,7 @@ namespace Bloxstrap
|
||||
{
|
||||
const string LOG_IDENT = "Bootstrapper::ApplyModifications";
|
||||
|
||||
if (Process.GetProcessesByName("RobloxPlayerBeta").Where(x => x.MainModule!.FileName == _playerLocation).Any())
|
||||
if (Process.GetProcessesByName("RobloxPlayerBeta").Any())
|
||||
{
|
||||
App.Logger.WriteLine(LOG_IDENT, "Roblox is running, aborting mod check");
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user