diff options
author | MW | 2007-06-10 12:18:22 +0000 |
---|---|---|
committer | MW | 2007-06-10 12:18:22 +0000 |
commit | 1b1226a48370fc3f91ce2253bca848f6b698d40e (patch) | |
tree | 48c8bc9c8d987d302d38b1f42c604e47cb33dd14 /OpenSim/OpenSim.World/Avatar.cs | |
parent | (no commit message) (diff) | |
download | opensim-SC_OLD-1b1226a48370fc3f91ce2253bca848f6b698d40e.zip opensim-SC_OLD-1b1226a48370fc3f91ce2253bca848f6b698d40e.tar.gz opensim-SC_OLD-1b1226a48370fc3f91ce2253bca848f6b698d40e.tar.bz2 opensim-SC_OLD-1b1226a48370fc3f91ce2253bca848f6b698d40e.tar.xz |
Started to rename "OpenSim.World" to "OpenSim.Region" for lbsa71 as we aim to please!
Diffstat (limited to 'OpenSim/OpenSim.World/Avatar.cs')
-rw-r--r-- | OpenSim/OpenSim.World/Avatar.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/OpenSim.World/Avatar.cs b/OpenSim/OpenSim.World/Avatar.cs index 77e0300..88a7969 100644 --- a/OpenSim/OpenSim.World/Avatar.cs +++ b/OpenSim/OpenSim.World/Avatar.cs | |||
@@ -10,7 +10,7 @@ using OpenSim.Framework.Interfaces; | |||
10 | using OpenSim.Framework.Types; | 10 | using OpenSim.Framework.Types; |
11 | using Axiom.MathLib; | 11 | using Axiom.MathLib; |
12 | 12 | ||
13 | namespace OpenSim.world | 13 | namespace OpenSim.Region |
14 | { | 14 | { |
15 | public partial class Avatar : Entity | 15 | public partial class Avatar : Entity |
16 | { | 16 | { |