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

@@ -501,7 +501,7 @@ else
int MULTI_PLAYER = GetLocalInt(GetModule(), "multi");
if(MULTI_PLAYER)
{
DoExportCharacters();
//DoExportCharacters();
}
}
@@ -510,7 +510,7 @@ else
{
//Do a quick save...
DoSinglePlayerAutoSave();
//DoSinglePlayerAutoSave();
}
else //Otherwise Do nothing..
{}
@@ -631,7 +631,7 @@ int nMorph;
if(MULTI_PLAYER)
{
//Always export before a restart...
ExportSingleCharacter(oObject);
//ExportSingleCharacter(oObject);
SendMessageToPC(oObject, "Character Saved!");
}
}