mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
fix a outdated condition
This commit is contained in:
@@ -2412,7 +2412,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
if(deleteIDs.Count > 0)
|
||||
SendKillObject(deleteIDs);
|
||||
|
||||
if (noPermtakeCopyGroups != null && remoteClient != null)
|
||||
if (noPermtakeCopyGroups.Count > 0 && remoteClient != null)
|
||||
{
|
||||
if(noPermtakeCopyGroups.Count == 1)
|
||||
remoteClient.SendAlertMessage("No permission to take copy object " + noPermtakeCopyGroups[0].Name);
|
||||
|
||||
Reference in New Issue
Block a user