mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Added Java support back into Sugilite (although it still needs a calling host to be added).
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
using OpenSim.Framework.Console;
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
|
||||
namespace OpenSim.Region.Enviorment.Scripting
|
||||
namespace OpenSim.Region.Environment.Scripting
|
||||
{
|
||||
/// <summary>
|
||||
/// Class which provides access to the world
|
||||
@@ -44,11 +44,15 @@ namespace OpenSim.Region.Enviorment.Scripting
|
||||
// The console
|
||||
public LogBase logger;
|
||||
|
||||
// API Access
|
||||
public ScriptAPI api;
|
||||
|
||||
public ScriptInfo(Scene scene)
|
||||
{
|
||||
world = scene;
|
||||
events = world.eventManager;
|
||||
logger = MainLog.Instance;
|
||||
api = new ScriptAPI(scene);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user