diff options
author | lbsa71 | 2007-09-19 00:30:55 +0000 |
---|---|---|
committer | lbsa71 | 2007-09-19 00:30:55 +0000 |
commit | 8f0b03597b0bc8ea6873af9a55495407fae1ec56 (patch) | |
tree | f9f4de38379aebf2223ad4cb10a3d9ebcfa52a4f /OpenSim/Region/Environment/Scenes/ScenePresence.Body.cs | |
parent | * Moved SendLogoutPacket back to IClientAPI. (diff) | |
download | opensim-SC_OLD-8f0b03597b0bc8ea6873af9a55495407fae1ec56.zip opensim-SC_OLD-8f0b03597b0bc8ea6873af9a55495407fae1ec56.tar.gz opensim-SC_OLD-8f0b03597b0bc8ea6873af9a55495407fae1ec56.tar.bz2 opensim-SC_OLD-8f0b03597b0bc8ea6873af9a55495407fae1ec56.tar.xz |
* Modernized ScriptManager to new interface-based module calls.
* 'remove redundant this qualifier' ftw
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/ScenePresence.Body.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.Body.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.Body.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.Body.cs index efe613f..605e8a1 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.Body.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.Body.cs | |||
@@ -37,7 +37,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
37 | { | 37 | { |
38 | public Avatar() | 38 | public Avatar() |
39 | { | 39 | { |
40 | |||
41 | } | 40 | } |
42 | 41 | ||
43 | public void processMovement(IClientAPI remoteClient, uint flags, LLQuaternion bodyRotation) | 42 | public void processMovement(IClientAPI remoteClient, uint flags, LLQuaternion bodyRotation) |
@@ -61,7 +60,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
61 | { | 60 | { |
62 | public ChildAgent() | 61 | public ChildAgent() |
63 | { | 62 | { |
64 | |||
65 | } | 63 | } |
66 | 64 | ||
67 | public void processMovement(IClientAPI remoteClient, uint flags, LLQuaternion bodyRotation) | 65 | public void processMovement(IClientAPI remoteClient, uint flags, LLQuaternion bodyRotation) |
@@ -81,5 +79,4 @@ namespace OpenSim.Region.Environment.Scenes | |||
81 | } | 79 | } |
82 | } | 80 | } |
83 | } | 81 | } |
84 | 82 | } \ No newline at end of file | |
85 | } | ||