Linux build fix (bug 3520 fallout).
This commit is contained in:
parent
18865c44c8
commit
1cbe996831
@ -150,9 +150,7 @@ static cell_t smn_GameConfGetAddress(IPluginContext *pCtx, const cell_t *params)
|
||||
pCtx->LocalToString(params[2], &key);
|
||||
|
||||
if (!gc->GetAddress(key, &val))
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
return 0;
|
||||
|
||||
return (cell_t)val;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user