diff options
author | Justin Clarke Casey | 2008-05-26 00:47:36 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-05-26 00:47:36 +0000 |
commit | a28ca7b78b518d033437404caeff0f852dcc1094 (patch) | |
tree | 98c8b2ac6c71702d9371812da0b30e33797f2603 /OpenSim/Region/Environment/Scenes/Scene.cs | |
parent | * Refactor: Separate out RemoveScenePresence and add into InnerScene to match... (diff) | |
download | opensim-SC_OLD-a28ca7b78b518d033437404caeff0f852dcc1094.zip opensim-SC_OLD-a28ca7b78b518d033437404caeff0f852dcc1094.tar.gz opensim-SC_OLD-a28ca7b78b518d033437404caeff0f852dcc1094.tar.bz2 opensim-SC_OLD-a28ca7b78b518d033437404caeff0f852dcc1094.tar.xz |
* Refactor: remove code duplication between add ScenePresence methods in InnerScene
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index a44e88e..1beea2b 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -1826,7 +1826,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
1826 | 1826 | ||
1827 | protected virtual ScenePresence CreateAndAddScenePresence(IClientAPI client, bool child) | 1827 | protected virtual ScenePresence CreateAndAddScenePresence(IClientAPI client, bool child) |
1828 | { | 1828 | { |
1829 | |||
1830 | AvatarAppearance appearance = null; | 1829 | AvatarAppearance appearance = null; |
1831 | GetAvatarAppearance(client, out appearance); | 1830 | GetAvatarAppearance(client, out appearance); |
1832 | 1831 | ||