* refactor: Move export map function to world map module from scene

This commit is contained in:
Justin Clarke Casey
2009-02-13 16:43:20 +00:00
parent 6600a7a9bc
commit 88b273bc71
6 changed files with 94 additions and 76 deletions

View File

@@ -361,6 +361,7 @@ namespace OpenSim.Framework.Console
fn(ci.module, result);
return result;
}
return new string[0];
}
}