Thanks, sempuki, for a patch that adds .addin.xml for MSSQL and SQLite users.

This commit is contained in:
Mike Mazur
2008-07-23 05:53:54 +00:00
parent c9fca5315c
commit 6256078876
9 changed files with 39 additions and 20 deletions

View File

@@ -284,6 +284,11 @@ namespace OpenSim.Framework
public bool Apply (ExtensionNode plugin)
{
System.Console.WriteLine ("[WTF]: " + plugin.Path);
if (plugin.HasId == false)
return false;
return (plugin.Id == id);
}
}