diff options
Diffstat (limited to 'OpenSim/Client/Linden/LLClientStackModule.cs')
-rw-r--r-- | OpenSim/Client/Linden/LLClientStackModule.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Client/Linden/LLClientStackModule.cs b/OpenSim/Client/Linden/LLClientStackModule.cs index 74612bb..09177f6 100644 --- a/OpenSim/Client/Linden/LLClientStackModule.cs +++ b/OpenSim/Client/Linden/LLClientStackModule.cs | |||
@@ -110,6 +110,11 @@ namespace OpenSim.Client.Linden | |||
110 | 110 | ||
111 | } | 111 | } |
112 | 112 | ||
113 | public Type ReplacableInterface | ||
114 | { | ||
115 | get { return null; } | ||
116 | } | ||
117 | |||
113 | public string Name | 118 | public string Name |
114 | { | 119 | { |
115 | get { return "LLClientStackModule"; } | 120 | get { return "LLClientStackModule"; } |