diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Console/ConsoleBase.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Console/ConsoleBase.cs b/OpenSim/Framework/Console/ConsoleBase.cs index 0e7326f..0f0b3a6 100644 --- a/OpenSim/Framework/Console/ConsoleBase.cs +++ b/OpenSim/Framework/Console/ConsoleBase.cs | |||
@@ -361,6 +361,7 @@ namespace OpenSim.Framework.Console | |||
361 | fn(ci.module, result); | 361 | fn(ci.module, result); |
362 | return result; | 362 | return result; |
363 | } | 363 | } |
364 | |||
364 | return new string[0]; | 365 | return new string[0]; |
365 | } | 366 | } |
366 | } | 367 | } |