aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 4c17615..14d7d6a 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -3212,11 +3212,6 @@ namespace OpenSim.Region.Framework.Scenes
3212 } 3212 }
3213 } 3213 }
3214 3214
3215 public override void SetText(string text, Vector3 color, double alpha)
3216 {
3217 throw new Exception("Can't set Text on avatar.");
3218 }
3219
3220 /// <summary> 3215 /// <summary>
3221 /// Adds a physical representation of the avatar to the Physics plugin 3216 /// Adds a physical representation of the avatar to the Physics plugin
3222 /// </summary> 3217 /// </summary>