From 778e302133283e3c4ea9c26431b46b3abe23dc1a Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 7 Mar 2007 22:25:13 +0000 Subject: Primitives movement and rotation updates are now sent to all clients --- src/world/Avatar.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/world/Avatar.cs') diff --git a/src/world/Avatar.cs b/src/world/Avatar.cs index 1a53acc..cf95f76 100644 --- a/src/world/Avatar.cs +++ b/src/world/Avatar.cs @@ -104,7 +104,6 @@ namespace OpenSim.world public static void SetupTemplate(string name) { - int i = 0; FileInfo fInfo = new FileInfo(name); long numBytes = fInfo.Length; @@ -127,7 +126,6 @@ namespace OpenSim.world Array.Copy(pb, 0, objdata.ObjectData, 16, pb.Length); Avatar.AvatarTemplate = objdata; - } public void CompleteMovement(World RegionInfo) { -- cgit v1.1