1
This commit is contained in:
parent
dc03ded1f6
commit
5db58d028a
@ -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)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user