This commit is contained in:
aozhiwei 2024-08-15 15:06:12 +08:00
parent dc03ded1f6
commit 5db58d028a

View File

@ -1093,7 +1093,7 @@ void Player::_CMMove(f8::MsgHdr* hdr, const cs::CMMove& msg)
a8::XPrintf("moving:%d times:%d\n", {moving ? 1 : 0, GetDisableAttackDirTimes()}); a8::XPrintf("moving:%d times:%d\n", {moving ? 1 : 0, GetDisableAttackDirTimes()});
#endif #endif
if (moving && GetDisableAttackDirTimes() <= 0) { if (moving && GetDisableAttackDirTimes() <= 0) {
#if 1 #if 0
SetAttackDir(GetMoveDir()); SetAttackDir(GetMoveDir());
#else #else
if (!HasBuffEffect(kBET_HoldShield)) { if (!HasBuffEffect(kBET_HoldShield)) {