Restore the independent LocalID numbering for avatars. Fixes an issue where

it becomes impossible to cross back into a region you came from, or freeze
several seconds after region crossings.
This commit is contained in:
Melanie Thielker
2008-11-10 20:58:24 +00:00
parent b044a0f139
commit 58e74b554f
3 changed files with 13 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ namespace OpenSim.Framework
public interface IScene
{
RegionInfo RegionInfo { get; }
uint NextAvatarLocalId { get; }
RegionStatus Region_Status { get; set; }
ClientManager ClientManager { get; }