(Experimental) Folders no longer get claimed
I think it might be better for the user to just use elevated rights instead. This comes with complications on Windows, but I want to work these out.
This commit is contained in:
parent
2803432ac1
commit
4c8425c714
@ -141,10 +141,10 @@ def loadMods(output = False, fast = False):
|
|||||||
if output: print("Mods are already loaded and could not be unloaded.")
|
if output: print("Mods are already loaded and could not be unloaded.")
|
||||||
return False
|
return False
|
||||||
|
|
||||||
print("Claiming app folder...")
|
#print("Claiming app folder...")
|
||||||
claimFolder(appPath)
|
#claimFolder(appPath)
|
||||||
print("Claiming mod folder...")
|
#print("Claiming mod folder...")
|
||||||
claimFolder(modPath)
|
#claimFolder(modPath)
|
||||||
print("Testing access...")
|
print("Testing access...")
|
||||||
if testAccess(appPath) == False:
|
if testAccess(appPath) == False:
|
||||||
if output: print("Can't access folder! Is it in use?")
|
if output: print("Can't access folder! Is it in use?")
|
||||||
|
Loading…
Reference in New Issue
Block a user