Add Cookie methodmap (#1012)

This commit is contained in:
JoinedSenses
2019-05-30 18:27:14 -07:00
committed by Headline
parent 4f3c3175e6
commit 352f078b07
3 changed files with 277 additions and 134 deletions
+1 -1
View File
@@ -1104,7 +1104,7 @@ static cell_t smn_KvGetSectionSymbol(IPluginContext *pCtx, const cell_t *params)
static cell_t KeyValues_Import(IPluginContext *pContext, const cell_t *params)
{
// This version takes (dest, src). The original is (src, dest).
cell_t new_params[3] = {
const cell_t new_params[3] = {
2,
params[2],
params[1],