diff options
author | Melanie Thielker | 2016-12-12 11:09:38 +0000 |
---|---|---|
committer | Melanie Thielker | 2016-12-12 11:09:38 +0000 |
commit | 1388ac2ef7d774b4d25f18d237fdad89d7ac43ac (patch) | |
tree | faff13c589ed05167559ca20f53a51ecd5cc37d1 /OpenSim/Framework/IClientAPI.cs | |
parent | Only ask for the new parameter when starting from scratch. (diff) | |
download | opensim-SC-1388ac2ef7d774b4d25f18d237fdad89d7ac43ac.zip opensim-SC-1388ac2ef7d774b4d25f18d237fdad89d7ac43ac.tar.gz opensim-SC-1388ac2ef7d774b4d25f18d237fdad89d7ac43ac.tar.bz2 opensim-SC-1388ac2ef7d774b4d25f18d237fdad89d7ac43ac.tar.xz |
Rename charterMember to membershipType to show what it actually is.
This field started out as a simple flag in the protocol to indicate a
user being a SL charter member. It has since then taken on additional
functionality that means that the name is no longer appropriate.
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index f1290b9..c4de81e 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1293,7 +1293,7 @@ namespace OpenSim.Framework | |||
1293 | void SendViewerEffect(ViewerEffectPacket.EffectBlock[] effectBlocks); | 1293 | void SendViewerEffect(ViewerEffectPacket.EffectBlock[] effectBlocks); |
1294 | void SendViewerTime(int phase); | 1294 | void SendViewerTime(int phase); |
1295 | 1295 | ||
1296 | void SendAvatarProperties(UUID avatarID, string aboutText, string bornOn, Byte[] charterMember, string flAbout, | 1296 | void SendAvatarProperties(UUID avatarID, string aboutText, string bornOn, Byte[] membershipType, string flAbout, |
1297 | uint flags, UUID flImageID, UUID imageID, string profileURL, UUID partnerID); | 1297 | uint flags, UUID flImageID, UUID imageID, string profileURL, UUID partnerID); |
1298 | 1298 | ||
1299 | void SendScriptQuestion(UUID taskID, string taskName, string ownerName, UUID itemID, int question); | 1299 | void SendScriptQuestion(UUID taskID, string taskName, string ownerName, UUID itemID, int question); |