diff options
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 | { |