aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
diff options
context:
space:
mode:
authorMelanie2011-07-23 18:34:46 +0200
committerMelanie2011-07-23 18:34:46 +0200
commit2e83b48873ae93776c257d6b829a14473a0a3a0d (patch)
treec0cfc4fe60fc840ba992cf9b59c9fe8239f72a48 /OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
parentFix failure to find avatars due to trainling spaces being sent by viewers. (diff)
parentFix LLTextBox to work with the updated libOMV (diff)
downloadopensim-SC_OLD-2e83b48873ae93776c257d6b829a14473a0a3a0d.zip
opensim-SC_OLD-2e83b48873ae93776c257d6b829a14473a0a3a0d.tar.gz
opensim-SC_OLD-2e83b48873ae93776c257d6b829a14473a0a3a0d.tar.bz2
opensim-SC_OLD-2e83b48873ae93776c257d6b829a14473a0a3a0d.tar.xz
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
index cdce36e..7e4fa71 100644
--- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
@@ -1157,7 +1157,7 @@ namespace OpenSim.Region.Examples.SimpleModule
1157 { 1157 {
1158 } 1158 }
1159 1159
1160 public void SendTextBoxRequest(string message, int chatChannel, string objectname, string ownerFirstName, string ownerLastName, UUID objectId) 1160 public void SendTextBoxRequest(string message, int chatChannel, string objectname, UUID ownerID, string ownerFirstName, string ownerLastName, UUID objectId)
1161 { 1161 {
1162 } 1162 }
1163 1163