diff options
author | Jeff Ames | 2007-12-05 04:16:20 +0000 |
---|---|---|
committer | Jeff Ames | 2007-12-05 04:16:20 +0000 |
commit | a24b6fe924ef144a219e3ec17827477eabb8dbb4 (patch) | |
tree | 39e9431aa546b152e5e0143f4de0c1e4375d86ba /OpenSim/Region/Environment/LandManagement | |
parent | *disabled some confusing code regarding permissions (diff) | |
download | opensim-SC_OLD-a24b6fe924ef144a219e3ec17827477eabb8dbb4.zip opensim-SC_OLD-a24b6fe924ef144a219e3ec17827477eabb8dbb4.tar.gz opensim-SC_OLD-a24b6fe924ef144a219e3ec17827477eabb8dbb4.tar.bz2 opensim-SC_OLD-a24b6fe924ef144a219e3ec17827477eabb8dbb4.tar.xz |
fixed a few compiler warnings under mono (committed from a train, with adjohn and afrisby, enroute to a wine cave with the worst wine in the world)
Diffstat (limited to 'OpenSim/Region/Environment/LandManagement')
-rw-r--r-- | OpenSim/Region/Environment/LandManagement/Land.cs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/OpenSim/Region/Environment/LandManagement/Land.cs b/OpenSim/Region/Environment/LandManagement/Land.cs index b566387..a738bc0 100644 --- a/OpenSim/Region/Environment/LandManagement/Land.cs +++ b/OpenSim/Region/Environment/LandManagement/Land.cs | |||
@@ -488,10 +488,9 @@ namespace OpenSim.Region.Environment.LandManagement | |||
488 | { | 488 | { |
489 | resultLocalIDs.Add(obj.LocalId); | 489 | resultLocalIDs.Add(obj.LocalId); |
490 | } | 490 | } |
491 | else if (request_type == LandManager.LAND_SELECT_OBJECTS_GROUP && false) | 491 | // else if (request_type == LandManager.LAND_SELECT_OBJECTS_GROUP && ...) // TODO: group support |
492 | //TODO: change false to group support! | 492 | // { |
493 | { | 493 | // } |
494 | } | ||
495 | else if (request_type == LandManager.LAND_SELECT_OBJECTS_OTHER && | 494 | else if (request_type == LandManager.LAND_SELECT_OBJECTS_OTHER && |
496 | obj.OwnerID != remote_client.AgentId) | 495 | obj.OwnerID != remote_client.AgentId) |
497 | { | 496 | { |