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);
|
||||
}
|
||||
|
||||
bIsStringIndex = false;
|
||||
if (info.prop->GetProxyFn())
|
||||
{
|
||||
DVariant var;
|
||||
|
Loading…
Reference in New Issue
Block a user