diff options
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) { |