Disabled most ExportPlayer functions

Disabled most ExportPlayer functions
This commit is contained in:
Jaysyn904
2023-09-07 00:07:21 -04:00
parent 86aeba546a
commit f2dd0ca319
14 changed files with 12 additions and 12 deletions

View File

@@ -58,11 +58,11 @@ if(GetArea(GetAreaFromLocation(lSaved))!=OBJECT_INVALID)
if(MULTI_PLAYER)
{
DelayCommand(3.0, ExportSingleCharacter(oPC));
//DelayCommand(3.0, ExportSingleCharacter(oPC));
}
else
{
DelayCommand(2.0, DoSinglePlayerAutoSave());
//DelayCommand(2.0, DoSinglePlayerAutoSave());
}
if(nHD == 5 || nHD == 10 || nHD == 15 || nHD == 20 ||