diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 9d95324..3154872 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -3560,11 +3560,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
3560 | } | 3560 | } |
3561 | } | 3561 | } |
3562 | 3562 | ||
3563 | public override void SetText(string text, Vector3 color, double alpha) | ||
3564 | { | ||
3565 | throw new Exception("Can't set Text on avatar."); | ||
3566 | } | ||
3567 | |||
3568 | /// <summary> | 3563 | /// <summary> |
3569 | /// Adds a physical representation of the avatar to the Physics plugin | 3564 | /// Adds a physical representation of the avatar to the Physics plugin |
3570 | /// </summary> | 3565 | /// </summary> |