diff options
author | Melanie Thielker | 2017-01-07 20:38:30 +0000 |
---|---|---|
committer | Melanie Thielker | 2017-01-07 20:38:30 +0000 |
commit | e58903be6f745f7fca2a8d652e0f2d9a9283a04f (patch) | |
tree | 8b87e0524af7f610671a13f5e872f92dd8ef9a4e /OpenSim/Region/CoreModules/Avatar/Friends/CallingCardModule.cs | |
parent | Change improperly named isNPC to be IsNPC as a property should be uppercase (diff) | |
download | opensim-SC-e58903be6f745f7fca2a8d652e0f2d9a9283a04f.zip opensim-SC-e58903be6f745f7fca2a8d652e0f2d9a9283a04f.tar.gz opensim-SC-e58903be6f745f7fca2a8d652e0f2d9a9283a04f.tar.bz2 opensim-SC-e58903be6f745f7fca2a8d652e0f2d9a9283a04f.tar.xz |
Correct casing on isGod and isViewerUIGod
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Friends/CallingCardModule.cs')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Friends/CallingCardModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Friends/CallingCardModule.cs b/OpenSim/Region/CoreModules/Avatar/Friends/CallingCardModule.cs index 58fa42d..4a55a7e 100644 --- a/OpenSim/Region/CoreModules/Avatar/Friends/CallingCardModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Friends/CallingCardModule.cs | |||
@@ -118,7 +118,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends | |||
118 | // If we're in god mode, we reverse the meaning. Offer | 118 | // If we're in god mode, we reverse the meaning. Offer |
119 | // calling card becomes "Take a calling card" for that | 119 | // calling card becomes "Take a calling card" for that |
120 | // person, no matter if they agree or not. | 120 | // person, no matter if they agree or not. |
121 | if (sp.isViewerUIGod) | 121 | if (sp.IsViewerUIGod) |
122 | { | 122 | { |
123 | CreateCallingCard(client.AgentId, destID, UUID.Zero, true); | 123 | CreateCallingCard(client.AgentId, destID, UUID.Zero, true); |
124 | return; | 124 | return; |