mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
disable AssertReadOnlyDirectory
This commit is contained in:
parent
9ad22453ac
commit
073a59b889
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user