Revert "Don't set member offline before linkdead"

This reverts commit 8d27602aa0.

This doesn't work because a linkdead leader coming back online will
toggle to offline state anyway
This commit is contained in:
hg
2020-11-01 19:48:36 -05:00
parent 6e9f920931
commit 955cbeb826
2 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -739,7 +739,7 @@ public:
bool TGB() const { return tgb; }
void OnDisconnect(bool hard_disconnect, bool linkdead = false);
void OnDisconnect(bool hard_disconnect);
uint16 GetSkillPoints() { return m_pp.points;}
void SetSkillPoints(int inp) { m_pp.points = inp;}