mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
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:
@@ -45,6 +45,7 @@ namespace OpenSim.Framework
|
||||
public interface IScene
|
||||
{
|
||||
RegionInfo RegionInfo { get; }
|
||||
uint NextAvatarLocalId { get; }
|
||||
RegionStatus Region_Status { get; set; }
|
||||
|
||||
ClientManager ClientManager { get; }
|
||||
|
||||
Reference in New Issue
Block a user