|
@@ -215,6 +215,9 @@ struct person_point_filter:select_point_object
|
|
|
virtual bool revise_by_history(point & pt, const site*sit, int64_t timestamp)
|
|
|
{
|
|
|
//log_info("lemon test revise preson:cardid:%d sit:%d sitid:%d %0X",m_d(0).m_cid,sit->m_id,m_d(0).m_sid,sit);
|
|
|
+ if(!card_path::inst().is_at_path(pt)) //if point not on the path
|
|
|
+ return true;
|
|
|
+
|
|
|
point dstp = sit->get_dstp(pt);
|
|
|
if(dstp.empty())
|
|
|
{
|