Switched to new default userdata

This commit is contained in:
Anonymous-275
2021-03-29 23:29:03 +03:00
parent 1afa81e420
commit 289402a9ba
5 changed files with 19 additions and 13 deletions

View File

@@ -120,7 +120,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;
case 5: if(key == "Local AppData")return data;
default: break;
}
}