v1.3.0.1 (Epic Store release)
This commit is contained in:
@@ -1459,7 +1459,7 @@ namespace Barotrauma
|
||||
|
||||
charElement.Add(new XAttribute("missionscompletedsincedeath", MissionsCompletedSinceDeath));
|
||||
|
||||
if (MinReputationToHire.factionId != default)
|
||||
if (!MinReputationToHire.factionId.IsEmpty)
|
||||
{
|
||||
charElement.Add(
|
||||
new XAttribute("factionId", MinReputationToHire.factionId),
|
||||
|
||||
Reference in New Issue
Block a user