diff options
author | Jeff Ames | 2008-05-20 15:38:49 +0000 |
---|---|---|
committer | Jeff Ames | 2008-05-20 15:38:49 +0000 |
commit | 535d64b66b4d51d1dc474f9d6403f94c06be5491 (patch) | |
tree | 990614c66be494be2590e6ae068d244fbe0f3b76 /OpenSim/Region/Environment/Scenes | |
parent | my last "simplification" of the the if-then-else logic in BaseHttpServer plac... (diff) | |
download | opensim-SC_OLD-535d64b66b4d51d1dc474f9d6403f94c06be5491.zip opensim-SC_OLD-535d64b66b4d51d1dc474f9d6403f94c06be5491.tar.gz opensim-SC_OLD-535d64b66b4d51d1dc474f9d6403f94c06be5491.tar.bz2 opensim-SC_OLD-535d64b66b4d51d1dc474f9d6403f94c06be5491.tar.xz |
Add copyright notices.
Fix spelling typo (Thanks ChrisDown for pointing this out)
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index a913a98..d0b87fd 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs | |||
@@ -1475,7 +1475,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
1475 | /// <param name="client"></param> | 1475 | /// <param name="client"></param> |
1476 | public void SendOwnAppearance() | 1476 | public void SendOwnAppearance() |
1477 | { | 1477 | { |
1478 | m_log.Info("[APPEARANCE] Sending Own Appearace"); | 1478 | m_log.Info("[APPEARANCE] Sending Own Appearance"); |
1479 | ControllingClient.SendWearables(m_appearance.Wearables, m_appearance.Serial++); | 1479 | ControllingClient.SendWearables(m_appearance.Wearables, m_appearance.Serial++); |
1480 | } | 1480 | } |
1481 | 1481 | ||