
|
If you were logged in you would be able to see more operations.
|
|
|
| Environment: |
All
|
| Steps to Reproduce: |
Using TestClient:
1) Start TestClient
2) Using a second account, log in to the region with the bot.
3) Run the who command. Second av should be in list.
4) Teleport 2nd av out of region.
5) Run the who command again. Second av will still be in the list.
6) Teleport the 2nd av back into the region.
7) Run the who command again. There will now be two instances of the 2nd av in the list.
I believe the attached patch is an appropriate fix.
Using TestClient:
1) Start TestClient
2) Using a second account, log in to the region with the bot.
3) Run the who command. Second av should be in list.
4) Teleport 2nd av out of region.
5) Run the who command again. Second av will still be in the list.
6) Teleport the 2nd av back into the region.
7) Run the who command again. There will now be two instances of the 2nd av in the list.
I believe the attached patch is an appropriate fix.
|
|
When an object representing an avatar is killed, it is removed from the ObjectsPrimitives dictionary, but not the ObjectsAvatars dictionary.
|
|
Description
|
When an object representing an avatar is killed, it is removed from the ObjectsPrimitives dictionary, but not the ObjectsAvatars dictionary. |
Show » |
|