diff --git a/src/g_skill.cpp b/src/g_skill.cpp index 5c252274fb..90ed9f723d 100644 --- a/src/g_skill.cpp +++ b/src/g_skill.cpp @@ -558,6 +558,7 @@ FSkillInfo &FSkillInfo::operator=(const FSkillInfo &other) Infighting = other.Infighting; ArmorFactor = other.ArmorFactor; HealthFactor = other.HealthFactor; + PlayerRespawn = other.PlayerRespawn; return *this; }