diff options
author | MW | 2007-03-07 22:25:13 +0000 |
---|---|---|
committer | MW | 2007-03-07 22:25:13 +0000 |
commit | 778e302133283e3c4ea9c26431b46b3abe23dc1a (patch) | |
tree | 53f0bcec8bb9eccc587187326fa8ceac8ddffd12 /src/world/Avatar.cs | |
parent | Hopefully fixed the Session logout bug. (diff) | |
download | opensim-SC_OLD-778e302133283e3c4ea9c26431b46b3abe23dc1a.zip opensim-SC_OLD-778e302133283e3c4ea9c26431b46b3abe23dc1a.tar.gz opensim-SC_OLD-778e302133283e3c4ea9c26431b46b3abe23dc1a.tar.bz2 opensim-SC_OLD-778e302133283e3c4ea9c26431b46b3abe23dc1a.tar.xz |
Primitives movement and rotation updates are now sent to all clients
Diffstat (limited to 'src/world/Avatar.cs')
-rw-r--r-- | src/world/Avatar.cs | 2 |
1 files changed, 0 insertions, 2 deletions
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 | |||
104 | 104 | ||
105 | public static void SetupTemplate(string name) | 105 | public static void SetupTemplate(string name) |
106 | { | 106 | { |
107 | |||
108 | int i = 0; | 107 | int i = 0; |
109 | FileInfo fInfo = new FileInfo(name); | 108 | FileInfo fInfo = new FileInfo(name); |
110 | long numBytes = fInfo.Length; | 109 | long numBytes = fInfo.Length; |
@@ -127,7 +126,6 @@ namespace OpenSim.world | |||
127 | Array.Copy(pb, 0, objdata.ObjectData, 16, pb.Length); | 126 | Array.Copy(pb, 0, objdata.ObjectData, 16, pb.Length); |
128 | 127 | ||
129 | Avatar.AvatarTemplate = objdata; | 128 | Avatar.AvatarTemplate = objdata; |
130 | |||
131 | } | 129 | } |
132 | 130 | ||
133 | public void CompleteMovement(World RegionInfo) { | 131 | public void CompleteMovement(World RegionInfo) { |