mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Add a method to init the OSSL Api's m_LSL_Api member back to the OSSL Api
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user