Fix bIsStringIndex not being initialized in SetEntPropString for non-index SendProps.
This commit is contained in:
parent
f589298879
commit
8a726a8fbb
@ -2100,6 +2100,7 @@ static cell_t SetEntPropString(IPluginContext *pContext, const cell_t *params)
|
|||||||
element);
|
element);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bIsStringIndex = false;
|
||||||
if (info.prop->GetProxyFn())
|
if (info.prop->GetProxyFn())
|
||||||
{
|
{
|
||||||
DVariant var;
|
DVariant var;
|
||||||
|
Loading…
Reference in New Issue
Block a user