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.Update.cs | |
parent | (no commit message) (diff) | |
download | opensim-SC-1b1226a48370fc3f91ce2253bca848f6b698d40e.zip opensim-SC-1b1226a48370fc3f91ce2253bca848f6b698d40e.tar.gz opensim-SC-1b1226a48370fc3f91ce2253bca848f6b698d40e.tar.bz2 opensim-SC-1b1226a48370fc3f91ce2253bca848f6b698d40e.tar.xz |
Started to rename "OpenSim.World" to "OpenSim.Region" for lbsa71 as we aim to please!
Diffstat (limited to '')
-rw-r--r-- | OpenSim/OpenSim.World/Avatar.Update.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/OpenSim.World/Avatar.Update.cs b/OpenSim/OpenSim.World/Avatar.Update.cs index c0d120a..2c28807 100644 --- a/OpenSim/OpenSim.World/Avatar.Update.cs +++ b/OpenSim/OpenSim.World/Avatar.Update.cs | |||
@@ -6,7 +6,7 @@ using libsecondlife.Packets; | |||
6 | using OpenSim.Physics.Manager; | 6 | using OpenSim.Physics.Manager; |
7 | using OpenSim.Framework.Interfaces; | 7 | using OpenSim.Framework.Interfaces; |
8 | 8 | ||
9 | namespace OpenSim.world | 9 | namespace OpenSim.Region |
10 | { | 10 | { |
11 | partial class Avatar | 11 | partial class Avatar |
12 | { | 12 | { |