1
This commit is contained in:
parent
308100d591
commit
07e339f8c3
@ -244,7 +244,7 @@ void Player::_CMExecCommand(f8::MsgHdr& hdr, const cs::CMExecCommand& msg)
|
|||||||
if (target) {
|
if (target) {
|
||||||
std::vector<std::string> strings = target->GetAbility()->GMShowAttrs();
|
std::vector<std::string> strings = target->GetAbility()->GMShowAttrs();
|
||||||
for (auto& str : strings) {
|
for (auto& str : strings) {
|
||||||
SendDebugMsg(str);
|
SendDebugMsg("数值: " + str);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user