2025/12/11 Update

Disabled auto-export of character for single player.
This commit is contained in:
Jaysyn904
2025-12-11 21:23:04 -05:00
parent 8ca4aed814
commit fe5ec4c70e
580 changed files with 8 additions and 3 deletions

View File

@@ -66,8 +66,13 @@ if (GetLastRestEventType()==REST_EVENTTYPE_REST_FINISHED)
GetSpecialWeaponBonus(oPC,oItem);
}
ExportSingleCharacter(oPC);
if(GetFirstPC() != OBJECT_INVALID)
{
if(GetPCPublicCDKey(GetFirstPC(), FALSE) != "")
{
ExportSingleCharacter(oPC);
}
}
}
int HasHenchman(object oPC)