aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IEntityInventory.cs')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IEntityInventory.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs b/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
index 4dd50d6..d893890 100644
--- a/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
+++ b/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs
@@ -215,5 +215,6 @@ namespace OpenSim.Region.Framework.Interfaces
215 /// A <see cref="Dictionary`2"/> 215 /// A <see cref="Dictionary`2"/>
216 /// </returns> 216 /// </returns>
217 Dictionary<UUID, string> GetScriptStates(); 217 Dictionary<UUID, string> GetScriptStates();
218 Dictionary<UUID, string> GetScriptStates(bool oldIDs);
218 } 219 }
219} 220}