1
This commit is contained in:
parent
72dad82547
commit
c282e3158e
@ -345,7 +345,7 @@ void Player::_CMExecCommand(f8::MsgHdr* hdr, const cs::CMExecCommand& msg)
|
|||||||
SendDebugMsg("数值: " + str);
|
SendDebugMsg("数值: " + str);
|
||||||
}
|
}
|
||||||
if (!handle.expired()) {
|
if (!handle.expired()) {
|
||||||
std::string source_name = "<-gm.self";
|
std::string source_name = "<-gm.self." + a8::XValue(source_type).GetString();
|
||||||
auto cb = std::make_shared<std::function<std::string()>>
|
auto cb = std::make_shared<std::function<std::string()>>
|
||||||
(
|
(
|
||||||
[source_name] () -> std::string
|
[source_name] () -> std::string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user