aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/ClientStackManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientStackManager.cs')
-rw-r--r--OpenSim/Region/ClientStack/ClientStackManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/ClientStackManager.cs b/OpenSim/Region/ClientStack/ClientStackManager.cs
index 299aabd..3ec968f 100644
--- a/OpenSim/Region/ClientStack/ClientStackManager.cs
+++ b/OpenSim/Region/ClientStack/ClientStackManager.cs
@@ -67,7 +67,7 @@ namespace OpenSim.Region.ClientStack
67 { 67 {
68 if (pluginType.IsPublic) 68 if (pluginType.IsPublic)
69 { 69 {
70 Type typeInterface = pluginType.GetInterface("IClientNetworkServer", true); 70 Type typeInterface = pluginType.GetInterface("IClientNetworkServer");
71 71
72 if (typeInterface != null) 72 if (typeInterface != null)
73 { 73 {