diff --git a/server/gameserver/player.cc b/server/gameserver/player.cc index 591ffe9d..c99f0de5 100644 --- a/server/gameserver/player.cc +++ b/server/gameserver/player.cc @@ -800,8 +800,15 @@ void Player::_CMMove(f8::MsgHdr& hdr, const cs::CMMove& msg) } } } + } else { +#if 1 + a8::XPrintf("attack_dir 0,0\n", {}); +#endif } } else { +#if 1 + a8::XPrintf("moving:%d times:%d\n", {moving ? 1 : 0, GetDisableAttackDirTimes()}); +#endif if (moving && GetDisableAttackDirTimes() <= 0) { SetAttackDir(GetMoveDir()); if (GetCar() && GetCar()->IsDriver(this)) {