mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Thanks, sempuki, for a patch that adds .addin.xml for MSSQL and SQLite users.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user