diff --git a/tpl/bhl_bind_macro.twig b/tpl/bhl_bind_macro.twig index 8b8d292..8d0e6d4 100644 --- a/tpl/bhl_bind_macro.twig +++ b/tpl/bhl_bind_macro.twig @@ -607,7 +607,7 @@ Script_{{o.name|norm_name}}.Method_{{m.name}}.ReturnValue(frm, stack new ProxyType(), {% endif %} {% if o.implements -%} - proxy_implements: new List() { + proxy_implements: new List() { {% for imp in o.implements %} types.T("{{imp.name}}"), {% endfor %}