general: slight tweak
This commit is contained in:
parent
7974b55ddf
commit
6b61a14a50
2 changed files with 2 additions and 1 deletions
|
@ -229,7 +229,7 @@ dclass DistributedAvatar : DistributedSmoothNode, TalkPath_owner, TalkPath_whisp
|
|||
struct FriendEntry {
|
||||
uint32 friendId;
|
||||
uint8 friendCode;
|
||||
}
|
||||
};
|
||||
|
||||
dclass DistributedPlayer : DistributedAvatar {
|
||||
arrivedOnDistrict(uint32) ownrecv ram;
|
||||
|
|
|
@ -2356,6 +2356,7 @@ class OTPClientRepository(ClientRepositoryBase):
|
|||
# We're done.
|
||||
dclass.stopGenerate()
|
||||
|
||||
@report(types=['args', 'deltaStamp'], dConfigParam='teleport')
|
||||
def handleAvatarListResponse(self, avatarList):
|
||||
avList = []
|
||||
for avNum, avName, avDNA, avPosition, nameState in avatarList:
|
||||
|
|
Loading…
Reference in a new issue