Add a method to init the OSSL Api's m_LSL_Api member back to the OSSL Api

This commit is contained in:
Melanie
2009-08-07 19:50:47 +01:00
parent 3219e648cc
commit 178b40971a
2 changed files with 12 additions and 1 deletions

View File

@@ -1155,7 +1155,10 @@ namespace OpenSim.Framework
string[] files = Directory.GetFiles(p, c);
foreach (string f in files)
{
m_log.InfoFormat("Adding file {0} to include list", f);
found.Add(f);
}
}
paths = addpaths;
}