This commit is contained in:
aozhiwei 2020-07-08 10:47:56 +08:00
parent e7fca225b6
commit 1439a6b612

View File

@ -35,7 +35,7 @@ cs::SMUpdate* FrameMaker::MakeUpdateMsg(const Human* hum)
continue;
}
}
if (((Human*)hum)->pos.ManhattanDistance(entity->pos) > VIEW_RANGE + 100) {
if (((Human*)hum)->pos.ManhattanDistance(entity->pos) > VIEW_RANGE + 200) {
continue;
}
entity->FillMFObjectPart((Human*)hum, msg->add_part_objects());