mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
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)
This commit is contained in:
@@ -488,10 +488,9 @@ namespace OpenSim.Region.Environment.LandManagement
|
||||
{
|
||||
resultLocalIDs.Add(obj.LocalId);
|
||||
}
|
||||
else if (request_type == LandManager.LAND_SELECT_OBJECTS_GROUP && false)
|
||||
//TODO: change false to group support!
|
||||
{
|
||||
}
|
||||
// else if (request_type == LandManager.LAND_SELECT_OBJECTS_GROUP && ...) // TODO: group support
|
||||
// {
|
||||
// }
|
||||
else if (request_type == LandManager.LAND_SELECT_OBJECTS_OTHER &&
|
||||
obj.OwnerID != remote_client.AgentId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user