diff options
author | Jeff Ames | 2008-03-18 15:30:38 +0000 |
---|---|---|
committer | Jeff Ames | 2008-03-18 15:30:38 +0000 |
commit | e5b91442822df211f9f8277aaf0c40e1339810f3 (patch) | |
tree | 116ac977981e7bea0b7dd4c8f9cbad87e02c5b65 /OpenSim/Region/Environment/PermissionManager.cs | |
parent | * Applying Mantis Patch #518.2 - State not persisted in MySQL DataStore (diff) | |
download | opensim-SC_OLD-e5b91442822df211f9f8277aaf0c40e1339810f3.zip opensim-SC_OLD-e5b91442822df211f9f8277aaf0c40e1339810f3.tar.gz opensim-SC_OLD-e5b91442822df211f9f8277aaf0c40e1339810f3.tar.bz2 opensim-SC_OLD-e5b91442822df211f9f8277aaf0c40e1339810f3.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Region/Environment/PermissionManager.cs')
-rw-r--r-- | OpenSim/Region/Environment/PermissionManager.cs | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/OpenSim/Region/Environment/PermissionManager.cs b/OpenSim/Region/Environment/PermissionManager.cs index 8e2ea15..a23f119 100644 --- a/OpenSim/Region/Environment/PermissionManager.cs +++ b/OpenSim/Region/Environment/PermissionManager.cs | |||
@@ -201,12 +201,12 @@ namespace OpenSim.Region.Environment | |||
201 | 201 | ||
202 | objflags &= (uint) | 202 | objflags &= (uint) |
203 | ~(LLObject.ObjectFlags.ObjectCopy | // Tells client you can copy the object | 203 | ~(LLObject.ObjectFlags.ObjectCopy | // Tells client you can copy the object |
204 | LLObject.ObjectFlags.ObjectModify | // tells client you can modify the object | 204 | LLObject.ObjectFlags.ObjectModify | // tells client you can modify the object |
205 | LLObject.ObjectFlags.ObjectMove | // tells client that you can move the object (only, no mod) | 205 | LLObject.ObjectFlags.ObjectMove | // tells client that you can move the object (only, no mod) |
206 | LLObject.ObjectFlags.ObjectTransfer | // tells the client that you can /take/ the object if you don't own it | 206 | LLObject.ObjectFlags.ObjectTransfer | // tells the client that you can /take/ the object if you don't own it |
207 | LLObject.ObjectFlags.ObjectYouOwner | // Tells client that you're the owner of the object | 207 | LLObject.ObjectFlags.ObjectYouOwner | // Tells client that you're the owner of the object |
208 | LLObject.ObjectFlags.ObjectYouOfficer // Tells client that you've got group object editing permission. Used when ObjectGroupOwned is set | 208 | LLObject.ObjectFlags.ObjectYouOfficer // Tells client that you've got group object editing permission. Used when ObjectGroupOwned is set |
209 | ); | 209 | ); |
210 | 210 | ||
211 | // Creating the three ObjectFlags options for this method to choose from. | 211 | // Creating the three ObjectFlags options for this method to choose from. |
212 | // Customize the OwnerMask | 212 | // Customize the OwnerMask |
@@ -495,10 +495,10 @@ namespace OpenSim.Region.Environment | |||
495 | return IsAdministrator(user); | 495 | return IsAdministrator(user); |
496 | } | 496 | } |
497 | 497 | ||
498 | public virtual bool CanRunConsoleCommand(LLUUID user) | 498 | public virtual bool CanRunConsoleCommand(LLUUID user) |
499 | { | 499 | { |
500 | return IsAdministrator(user); | 500 | return IsAdministrator(user); |
501 | } | 501 | } |
502 | 502 | ||
503 | public virtual bool CanTerraform(LLUUID user, LLVector3 position) | 503 | public virtual bool CanTerraform(LLUUID user, LLVector3 position) |
504 | { | 504 | { |