Fix temporary parameter list being static.

This commit is contained in:
David Anderson 2015-09-16 00:27:36 -07:00
parent c36f80b93d
commit 485975fd99

View File

@ -1247,7 +1247,7 @@ static cell_t ConVar_ReplicateToClient(IPluginContext *pContext, const cell_t *p
{
// Old version is (client, handle, value).
// New version is (handle, client, value).
static cell_t new_params[4] = {
cell_t new_params[4] = {
3,
params[2],
params[1],