disable AssertReadOnlyDirectory

This commit is contained in:
bluepilledgreat 2025-03-12 19:12:23 +00:00
parent 9ad22453ac
commit 073a59b889

View File

@ -787,7 +787,8 @@ namespace Bloxstrap
if (dirName != App.RobloxState.Prop.Player.VersionGuid && dirName != App.RobloxState.Prop.Studio.VersionGuid) 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 // check if it's still being used first
// we dont want to accidentally delete the files of a running roblox instance // we dont want to accidentally delete the files of a running roblox instance