diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/PluginLoader.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/PluginLoader.cs b/OpenSim/Framework/PluginLoader.cs index cabce1b..ab4e217 100644 --- a/OpenSim/Framework/PluginLoader.cs +++ b/OpenSim/Framework/PluginLoader.cs | |||
@@ -271,10 +271,10 @@ namespace OpenSim.Framework | |||
271 | public class PluginExtensionNode : ExtensionNode | 271 | public class PluginExtensionNode : ExtensionNode |
272 | { | 272 | { |
273 | [NodeAttribute] | 273 | [NodeAttribute] |
274 | string provider; | 274 | string provider = ""; |
275 | 275 | ||
276 | [NodeAttribute] | 276 | [NodeAttribute] |
277 | string type; | 277 | string type = ""; |
278 | 278 | ||
279 | Type typeobj; | 279 | Type typeobj; |
280 | 280 | ||