mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
agents added to avatar-mixer are of type avatar
This commit is contained in:
parent
ea219cdd16
commit
d1a7a20e4c
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ int main(int argc, const char* argv[])
|
|||
switch (packetData[0]) {
|
||||
case PACKET_HEADER_HEAD_DATA:
|
||||
// add this agent if we don't have them yet
|
||||
if (agentList->addOrUpdateAgent(agentAddress, agentAddress, packetData[0], agentList->getLastAgentId())) {
|
||||
if (agentList->addOrUpdateAgent(agentAddress, agentAddress, AGENT_TYPE_AVATAR, agentList->getLastAgentId())) {
|
||||
agentList->increaseAgentId();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue