Update Home Dir On Creation Of Account

This commit is contained in:
James Quinley 2022-03-22 16:52:15 -07:00
parent 7f5537ef9a
commit 9054b9573c

View File

@ -730,7 +730,7 @@ public class delegationServices {
createForm.append("Email", Email);
createForm.append("FName", FName);
createForm.append("Entitlements", "NA");
createForm.append("Path", "C:\\ObsidianCoreStudios\\Launcher\\AOTSK\\");
createForm.append("Path", "C:\\ObsidianCoreStudios\\Application\\");
createForm.append("Freinds", " ");
createForm.append("Token", tokenSTGEN);
createForm.append("Control", 1);