v1.3.0.1 (Epic Store release)
This commit is contained in:
@@ -72,7 +72,7 @@ namespace Barotrauma
|
||||
msg.WriteString(ragdollFileName);
|
||||
msg.WriteIdentifier(HumanPrefabIds.NpcIdentifier);
|
||||
msg.WriteIdentifier(MinReputationToHire.factionId);
|
||||
if (MinReputationToHire.factionId != default)
|
||||
if (!MinReputationToHire.factionId.IsEmpty)
|
||||
{
|
||||
msg.WriteSingle(MinReputationToHire.reputation);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user