* encapsulated some public fields

This commit is contained in:
lbsa71
2007-07-14 14:15:58 +00:00
parent 1a92dc9073
commit 0bb2b7f18d
4 changed files with 29 additions and 16 deletions

View File

@@ -50,7 +50,7 @@ namespace OpenSim.Region.Scripting
public ScriptInfo(Scene scene)
{
world = scene;
events = world.eventManager;
events = world.EventManager;
logger = MainLog.Instance;
api = new ScriptAPI(scene);
}