Closed Casper-Guo closed 1 year ago
elif os.path.exists("D:/Steam/steamapps/common/Cold Waters"): install_directory = "D:/Steam/steamapps/common/Cold Waters" elif os.path.exists("D:/Games/steamapps/common/Cold Waters"): install_directory = "D:/Games/steamapps/common/Cold Waters"
Probably meant to check E drive instead
Intended behavior as some people install to a Games directory on their D:\ drive.
Probably meant to check E drive instead