Disabled most ExportPlayer functions
Disabled most ExportPlayer functions
This commit is contained in:
@@ -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!");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user