diff options
author | MW | 2007-05-29 17:49:39 +0000 |
---|---|---|
committer | MW | 2007-05-29 17:49:39 +0000 |
commit | cb33169fe6836bb3d5b300a01d12f78246a45780 (patch) | |
tree | 4b45e8f5da2c777846aa3b2e47d04d5a8b6cd605 /OpenSim/OpenSim.World/Avatar.cs | |
parent | (no commit message) (diff) | |
download | opensim-SC_OLD-cb33169fe6836bb3d5b300a01d12f78246a45780.zip opensim-SC_OLD-cb33169fe6836bb3d5b300a01d12f78246a45780.tar.gz opensim-SC_OLD-cb33169fe6836bb3d5b300a01d12f78246a45780.tar.bz2 opensim-SC_OLD-cb33169fe6836bb3d5b300a01d12f78246a45780.tar.xz |
Diffstat (limited to 'OpenSim/OpenSim.World/Avatar.cs')
-rw-r--r-- | OpenSim/OpenSim.World/Avatar.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/OpenSim.World/Avatar.cs b/OpenSim/OpenSim.World/Avatar.cs index 2469860..3c22db2 100644 --- a/OpenSim/OpenSim.World/Avatar.cs +++ b/OpenSim/OpenSim.World/Avatar.cs | |||
@@ -130,9 +130,9 @@ namespace OpenSim.world | |||
130 | } | 130 | } |
131 | 131 | ||
132 | //really really should be moved somewhere else (RegionInfo.cs ?) | 132 | //really really should be moved somewhere else (RegionInfo.cs ?) |
133 | public void SendRegionHandshake(World regionInfo) | 133 | public void SendRegionHandshake(RegionInfo regionInfo) |
134 | { | 134 | { |
135 | 135 | this.ControllingClient.SendRegionHandshake(regionInfo); | |
136 | } | 136 | } |
137 | 137 | ||
138 | public static void LoadAnims() | 138 | public static void LoadAnims() |