公会走路
parent
ffc3e7890d
commit
6e4ba9ed73
|
@ -434,6 +434,7 @@ public class CBean2Proto {
|
|||
}
|
||||
|
||||
public static Family.FamilyWalkIndicaiton getFamilyWalkIndicaiton(User user){
|
||||
user.getGuildMyInfo().move(System.currentTimeMillis());
|
||||
return Family.FamilyWalkIndicaiton.newBuilder()
|
||||
.setCurPos(user.getGuildMyInfo().getCurPos())
|
||||
.addAllPath(user.getGuildMyInfo().getPath())
|
||||
|
|
Loading…
Reference in New Issue