- fixed: FSkillInfo operator "=" did not set PlayerRespawn value

This commit is contained in:
Rachael Alexanderson 2017-12-28 01:41:56 -05:00
parent 45531090a7
commit 5c602b1ec0
1 changed files with 1 additions and 0 deletions

View File

@ -558,6 +558,7 @@ FSkillInfo &FSkillInfo::operator=(const FSkillInfo &other)
Infighting = other.Infighting;
ArmorFactor = other.ArmorFactor;
HealthFactor = other.HealthFactor;
PlayerRespawn = other.PlayerRespawn;
return *this;
}