mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 19:56:04 +08:00
* Optimized usings
* Shortened type references * Removed redundant 'this' qualifier
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*/
|
||||
using libsecondlife;
|
||||
using OpenSim.Framework.Console;
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
|
||||
@@ -52,12 +53,12 @@ namespace OpenSim.Region.ExtensionsScriptModule
|
||||
world = scene;
|
||||
events = world.EventManager;
|
||||
logger = MainLog.Instance;
|
||||
api = new ScriptAPI(world, libsecondlife.LLUUID.Zero);
|
||||
api = new ScriptAPI(world, LLUUID.Zero);
|
||||
}
|
||||
|
||||
public void CreateTaskAPI(libsecondlife.LLUUID task)
|
||||
public void CreateTaskAPI(LLUUID task)
|
||||
{
|
||||
api = new ScriptAPI(world, task);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user