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/Tests/Common/Mock | |
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/Tests/Common/Mock')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 9251c4f..f407e5a 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -990,7 +990,7 @@ namespace OpenSim.Tests.Common | |||
990 | { | 990 | { |
991 | } | 991 | } |
992 | 992 | ||
993 | public void SendAvatarProperties(UUID avatarID, string aboutText, string bornOn, Byte[] charterMember, | 993 | public void SendAvatarProperties(UUID avatarID, string aboutText, string bornOn, Byte[] membershipType, |
994 | string flAbout, uint flags, UUID flImageID, UUID imageID, string profileURL, | 994 | string flAbout, uint flags, UUID flImageID, UUID imageID, string profileURL, |
995 | UUID partnerID) | 995 | UUID partnerID) |
996 | { | 996 | { |