From 1b3a3ffc7781a468f40841ee291d3f1e0fe22957 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Sat, 29 Nov 2008 13:17:21 +0000 Subject: Finally make attachments stay put. Randomize local ID generation to prevent adjacent sims from using identical Local IDs for the attachment Thanks to Mana Janus (Hippo Viewer) for providing the crucial bit of information, namely that, due to a bug in the viewer, adjacent sims can't use the same local ids. --- OpenSim/Framework/IScene.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Framework/IScene.cs') diff --git a/OpenSim/Framework/IScene.cs b/OpenSim/Framework/IScene.cs index 000a800..bd4acd1 100644 --- a/OpenSim/Framework/IScene.cs +++ b/OpenSim/Framework/IScene.cs @@ -57,7 +57,6 @@ namespace OpenSim.Framework public interface IScene { RegionInfo RegionInfo { get; } - uint NextAvatarLocalId { get; } RegionStatus Region_Status { get; set; } ClientManager ClientManager { get; } -- cgit v1.1