1
This commit is contained in:
parent
a379893fe5
commit
438cc7f3af
@ -1199,7 +1199,7 @@ void Player::_CMExecCommand(f8::MsgHdr& hdr, const cs::CMExecCommand& msg)
|
|||||||
} else if (cmd == "infinite_bullet_mode") {
|
} else if (cmd == "infinite_bullet_mode") {
|
||||||
room->SetInfiniteBulletMode();
|
room->SetInfiniteBulletMode();
|
||||||
} else if (cmd == "watchwar") {
|
} else if (cmd == "watchwar") {
|
||||||
Human* target = room->GetWatchWarTarget(hum);
|
Human* target = room->GetWatchWarTarget(this);
|
||||||
if (target) {
|
if (target) {
|
||||||
FollowTarget(target);
|
FollowTarget(target);
|
||||||
target->StartRefreshViewTimer();
|
target->StartRefreshViewTimer();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user