mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Fixed ScriptEngine config in OpenSim.ini.example that was out of place.
Added some info to failure on GridServices listening port so people can see what actually went wrong. Moved most of the function/event execution module to a baseclass so other execution methods (instead of reflection) can be used with custom script modules run by ScriptEngine.Common. + some accumulated patches
This commit is contained in:
10
OpenSim/Region/ScriptEngine/Common/TRPC/MyBase.cs
Normal file
10
OpenSim/Region/ScriptEngine/Common/TRPC/MyBase.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenSim.Region.ScriptEngine.Common.TRPC
|
||||
{
|
||||
class MyBase
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user