mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
* minor refactorings
This commit is contained in:
@@ -75,7 +75,7 @@ namespace OpenSim.Region.Scripting
|
||||
{
|
||||
IScript script = (IScript)compilerResults.CompiledAssembly.CreateInstance(pluginType.ToString());
|
||||
|
||||
string scriptName = "JS.NET/" + script.getName();
|
||||
string scriptName = "JS.NET/" + script.Name;
|
||||
Console.WriteLine("Script: " + scriptName + " loaded.");
|
||||
|
||||
if (!scripts.ContainsKey(scriptName))
|
||||
|
||||
Reference in New Issue
Block a user