use ILGenerator ILOffset instead of old mono il offset

This commit is contained in:
UbitUmarov
2024-03-27 21:54:39 +00:00
parent b8a0bba99d
commit 45e49c480f
2 changed files with 4 additions and 12 deletions

View File

@@ -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.