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 {
|
struct FriendEntry {
|
||||||
uint32 friendId;
|
uint32 friendId;
|
||||||
uint8 friendCode;
|
uint8 friendCode;
|
||||||
}
|
};
|
||||||
|
|
||||||
dclass DistributedPlayer : DistributedAvatar {
|
dclass DistributedPlayer : DistributedAvatar {
|
||||||
arrivedOnDistrict(uint32) ownrecv ram;
|
arrivedOnDistrict(uint32) ownrecv ram;
|
||||||
|
|
|
@ -2356,6 +2356,7 @@ class OTPClientRepository(ClientRepositoryBase):
|
||||||
# We're done.
|
# We're done.
|
||||||
dclass.stopGenerate()
|
dclass.stopGenerate()
|
||||||
|
|
||||||
|
@report(types=['args', 'deltaStamp'], dConfigParam='teleport')
|
||||||
def handleAvatarListResponse(self, avatarList):
|
def handleAvatarListResponse(self, avatarList):
|
||||||
avList = []
|
avList = []
|
||||||
for avNum, avName, avDNA, avPosition, nameState in avatarList:
|
for avNum, avName, avDNA, avPosition, nameState in avatarList:
|
||||||
|
|
Loading…
Reference in a new issue