This commit is contained in:
aozhiwei 2023-03-28 19:29:20 +08:00
parent 308100d591
commit 07e339f8c3

View File

@ -244,7 +244,7 @@ void Player::_CMExecCommand(f8::MsgHdr& hdr, const cs::CMExecCommand& msg)
if (target) {
std::vector<std::string> strings = target->GetAbility()->GMShowAttrs();
for (auto& str : strings) {
SendDebugMsg(str);
SendDebugMsg("数值: " + str);
}
}
}