Fixed macro class_field setter

This commit is contained in:
Madpwnhammer 2022-12-05 10:04:35 +03:00
parent 304356aad7
commit 6362b481ce
1 changed files with 1 additions and 1 deletions

View File

@ -586,7 +586,7 @@
{%~ if has_token(o, 'bhl_custom_rw') ~%}
ctx.Encode(f);
{%- elseif has_token(o, 'POD') ~%}
{%- else ~%}
ctx.SetObj(f, ctx.type);
{%- endif ~%}