diff options
Diffstat (limited to 'src/party.cpp')
-rw-r--r-- | src/party.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/party.cpp b/src/party.cpp index 6c7934c78..56c0b0de9 100644 --- a/src/party.cpp +++ b/src/party.cpp @@ -60,9 +60,9 @@ PartyMember::PartyMember(Party *party, int id, const std::string &name): Party::PartyMap Party::parties; Party::Party(short id): + mId(id), mCanInviteUsers(false) { - mId = id; parties[id] = this; } |