mirror of
https://github.com/opensim/opensim.git
synced 2026-07-03 09:29:21 +08:00
use ILGenerator ILOffset instead of old mono il offset
This commit is contained in:
@@ -163,8 +163,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||
}
|
||||
finally
|
||||
{
|
||||
if(objectTokens != null)
|
||||
objectTokens.Close();
|
||||
objectTokens?.Close();
|
||||
}
|
||||
|
||||
// We enter all script event handler methods in the ScriptEventHandler table.
|
||||
|
||||
Reference in New Issue
Block a user