- Mine
- 2010 year 3 month 21 day Sunday 18:41:17 MDT
- From 6b7a5d58358b69d6d3511f2a7462c071517c748b Mon Sep 17 00:00:00 2001
- From: Chuck Miller <shadowmil@gmail.com>
- Date: Sun, 21 Mar 2010 20:40:17 -0400
- Subject: [PATCH] Fix crash when no old party is set for a player
- ---
- src/player.cpp | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
- diff --git a/src/player.cpp b/src/player.cpp
- index dfe45e6..ad8c1db 100644
- --- a/src/player.cpp
- +++ b/src/player.cpp
- @@ -298,7 +298,7 @@ void Player::setParty(Party *party)
- if (old)
- {
- - party->removeMember(mId);
- + old->removeMember(mId);
- }
- if (party)
- --
- 1.6.3.3
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.