diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/being.cpp b/src/being.cpp index 94ece475..548895cc 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -551,11 +551,6 @@ void Being::setParty(Party *party) old->removeMember(mId); } - if (party) - { - party->addMember(mId, mName); - } - updateColors(); if (this == player_node && socialWindow) |