diff options
author | Melanie | 2011-07-23 18:34:46 +0200 |
---|---|---|
committer | Melanie | 2011-07-23 18:34:46 +0200 |
commit | 2e83b48873ae93776c257d6b829a14473a0a3a0d (patch) | |
tree | c0cfc4fe60fc840ba992cf9b59c9fe8239f72a48 /OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |
parent | Fix failure to find avatars due to trainling spaces being sent by viewers. (diff) | |
parent | Fix LLTextBox to work with the updated libOMV (diff) | |
download | opensim-SC-2e83b48873ae93776c257d6b829a14473a0a3a0d.zip opensim-SC-2e83b48873ae93776c257d6b829a14473a0a3a0d.tar.gz opensim-SC-2e83b48873ae93776c257d6b829a14473a0a3a0d.tar.bz2 opensim-SC-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.cs | 2 |
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 | ||