diff options
author | Justin Clark-Casey (justincc) | 2011-09-13 22:27:33 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-09-13 22:27:33 +0100 |
commit | 2d62484f11710cbeb066ab6bf02f78ad379ecca3 (patch) | |
tree | 458f8770539633212e1ec27191288b80d6ec2e73 /OpenSim/Region/CoreModules/Avatar | |
parent | minor: remove redundant grp != null check from AM.UpdateKnownItem() (diff) | |
download | opensim-SC_OLD-2d62484f11710cbeb066ab6bf02f78ad379ecca3.zip opensim-SC_OLD-2d62484f11710cbeb066ab6bf02f78ad379ecca3.tar.gz opensim-SC_OLD-2d62484f11710cbeb066ab6bf02f78ad379ecca3.tar.bz2 opensim-SC_OLD-2d62484f11710cbeb066ab6bf02f78ad379ecca3.tar.xz |
Remove UpdateKnownItem() from IAttachmentsModule.
It's not appropriate for code outside the attachments module to call this.
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs index ae19224..03837b5 100644 --- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | |||
@@ -705,7 +705,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments | |||
705 | /// <param name="grp"></param> | 705 | /// <param name="grp"></param> |
706 | /// <param name="itemID"></param> | 706 | /// <param name="itemID"></param> |
707 | /// <param name="agentID"></param> | 707 | /// <param name="agentID"></param> |
708 | public void UpdateKnownItem(IClientAPI remoteClient, SceneObjectGroup grp, UUID itemID, UUID agentID) | 708 | private void UpdateKnownItem(IClientAPI remoteClient, SceneObjectGroup grp, UUID itemID, UUID agentID) |
709 | { | 709 | { |
710 | if (grp.HasGroupChanged || grp.ContainsScripts()) | 710 | if (grp.HasGroupChanged || grp.ContainsScripts()) |
711 | { | 711 | { |