Merge branch 'release/8.0.0'

This commit is contained in:
madpwnhammer 2023-06-12 19:44:41 +03:00
commit 9035c0f35c
1 changed files with 1 additions and 1 deletions

View File

@ -742,7 +742,7 @@ Script_{{o.name|norm_name}}.Method_{{m.name}}.ReturnValue(frm, stack
EcsEntity e = default;
stack.PopRelease().Decode(ref e);
e.Del<{{o.name}}>();
e.Del<ecs.{{o.name}}>();
return null;
}