Typo fixed

This commit is contained in:
Pavel Shevaev 2023-03-29 20:35:18 +03:00
parent e443816b88
commit 442ddc8617
1 changed files with 0 additions and 1 deletions

View File

@ -461,7 +461,6 @@ Script_{{o.name|norm_name}}.Method_{{m.name}}.ReturnValue(frm, stack
{%- elseif type.isdouble -%}
{{value}}.SetFlt({{native}})
{%- elseif type.isuint8 -%}
(byte){{value}}._num
{{value}}.SetInt({{native}})
{%- elseif type.isuint16 or type.isuint32 -%}
{{value}}.SetInt({{native}})