Fix for custom document location

This commit is contained in:
Anonymous275
2020-12-27 06:31:03 +02:00
parent 9734a7f3d5
commit 2a03448b3f
2 changed files with 10 additions and 6 deletions

View File

@@ -117,6 +117,7 @@ std::string QueryKey(HKEY hKey,int ID){
case 2: if(key == "Name" && data == "BeamNG.drive")return data;break;
case 3: if(key == "rootpath")return data;break;
case 4: if(key == "userpath_override")return data;
case 5: if(key == "Personal")return data;
default: break;
}
}