From 073a59b88958e794a06d52e2b59ae59274fae31c Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Wed, 12 Mar 2025 19:12:23 +0000 Subject: [PATCH] disable AssertReadOnlyDirectory --- Bloxstrap/Bootstrapper.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Bloxstrap/Bootstrapper.cs b/Bloxstrap/Bootstrapper.cs index f2330f6..20f8a27 100644 --- a/Bloxstrap/Bootstrapper.cs +++ b/Bloxstrap/Bootstrapper.cs @@ -787,7 +787,8 @@ namespace Bloxstrap if (dirName != App.RobloxState.Prop.Player.VersionGuid && dirName != App.RobloxState.Prop.Studio.VersionGuid) { - Filesystem.AssertReadOnlyDirectory(dir); + // TODO: this is too expensive + //Filesystem.AssertReadOnlyDirectory(dir); // check if it's still being used first // we dont want to accidentally delete the files of a running roblox instance