mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Typo fix
This commit is contained in:
@@ -3007,7 +3007,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
// objects rezzed with this method are die_at_edge by default.
|
||||
new_group.RootPart.SetDieAtEdge(true);
|
||||
|
||||
Util.FireAndForget(delegate object x)
|
||||
Util.FireAndForget(delegate (object x)
|
||||
{
|
||||
new_group.ResumeScripts();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user