(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:
Fierelier 2019-06-02 16:17:53 +02:00
parent 2803432ac1
commit 4c8425c714
1 changed files with 4 additions and 4 deletions

View File

@ -141,10 +141,10 @@ def loadMods(output = False, fast = False):
if output: print("Mods are already loaded and could not be unloaded.")
return False
print("Claiming app folder...")
claimFolder(appPath)
print("Claiming mod folder...")
claimFolder(modPath)
#print("Claiming app folder...")
#claimFolder(appPath)
#print("Claiming mod folder...")
#claimFolder(modPath)
print("Testing access...")
if testAccess(appPath) == False:
if output: print("Can't access folder! Is it in use?")