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.Client.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.Client.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/OpenSim.World/Avatar.Client.cs b/OpenSim/OpenSim.World/Avatar.Client.cs index 2338f27..c180b36 100644 --- a/OpenSim/OpenSim.World/Avatar.Client.cs +++ b/OpenSim/OpenSim.World/Avatar.Client.cs | |||
@@ -3,7 +3,7 @@ using System.Collections.Generic; | |||
3 | using System.Text; | 3 | using System.Text; |
4 | using libsecondlife.Packets; | 4 | using libsecondlife.Packets; |
5 | 5 | ||
6 | namespace OpenSim.world | 6 | namespace OpenSim.Region |
7 | { | 7 | { |
8 | partial class Avatar | 8 | partial class Avatar |
9 | { | 9 | { |