aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorUbitUmarov2019-10-22 12:04:25 +0100
committerUbitUmarov2019-10-22 12:04:32 +0100
commitd838a7e5c70f7d430b0f4bece4055a31fb5e447d (patch)
tree3e4c3c10f22ff1e6dbe9c7ab3dff1831260d1172 /OpenSim
parenttry to fix console AGAIN (diff)
downloadopensim-SC-d838a7e5c70f7d430b0f4bece4055a31fb5e447d.zip
opensim-SC-d838a7e5c70f7d430b0f4bece4055a31fb5e447d.tar.gz
opensim-SC-d838a7e5c70f7d430b0f4bece4055a31fb5e447d.tar.bz2
opensim-SC-d838a7e5c70f7d430b0f4bece4055a31fb5e447d.tar.xz
missing file
Diffstat (limited to '')
-rwxr-xr-xOpenSim/Region/Framework/Interfaces/IAvatarFactoryModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IAvatarFactoryModule.cs b/OpenSim/Region/Framework/Interfaces/IAvatarFactoryModule.cs
index 8faf4a8..a334305 100755
--- a/OpenSim/Region/Framework/Interfaces/IAvatarFactoryModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IAvatarFactoryModule.cs
@@ -31,7 +31,7 @@ using OpenSim.Framework;
31 31
32namespace OpenSim.Region.Framework.Interfaces 32namespace OpenSim.Region.Framework.Interfaces
33{ 33{
34 public delegate void ReportOutputAction(string format, string level, params object[] args); 34 public delegate void ReportOutputAction(string format, params object[] args);
35 35
36 public interface IAvatarFactoryModule 36 public interface IAvatarFactoryModule
37 { 37 {