mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
* Remove pointless boolean on AgentInventory.CreateRootFolder()
This commit is contained in:
@@ -50,7 +50,7 @@ namespace OpenSim.Framework.Communications
|
||||
{
|
||||
if (!String.IsNullOrEmpty(FileName))
|
||||
{
|
||||
m_log.Info("[AGENTINVENTORY]: Inventorystorage: Attempting to load " + FileName);
|
||||
m_log.Info("[AGENTINVENTORY]: Inventory storage: Attempting to load " + FileName);
|
||||
Assembly pluginAssembly = Assembly.LoadFrom(FileName);
|
||||
|
||||
foreach (Type pluginType in pluginAssembly.GetTypes())
|
||||
|
||||
Reference in New Issue
Block a user