1
This commit is contained in:
parent
ce7f6cad29
commit
d3da8cb9d0
@ -1301,9 +1301,6 @@ void Player::_CMAdEnd(f8::MsgHdr& hdr, const cs::CMAdEnd& msg)
|
||||
|
||||
void Player::InternalAdCancel()
|
||||
{
|
||||
if (GetBuffByEffectId(kBET_LordMode)) {
|
||||
return;
|
||||
}
|
||||
if (GetBuffByEffectId(kBET_AdPlaying)) {
|
||||
RemoveBuffByEffectId(kBET_AdPlaying);
|
||||
if (ad_timer_) {
|
||||
@ -1311,4 +1308,7 @@ void Player::InternalAdCancel()
|
||||
ad_timer_ = nullptr;
|
||||
}
|
||||
}
|
||||
if (GetBuffByEffectId(kBET_LordMode)) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user