Updated EngFunc_SetKeyValue :-)

This commit is contained in:
Johnny Bergström 2004-11-09 16:47:33 +00:00
parent 16444a713a
commit 28a1182cd2

View File

@ -949,7 +949,6 @@ static cell AMX_NATIVE_CALL engfunc(AMX *amx, cell *params)
case EngFunc_SetKeyValue: // void ) (char *infobuffer, char *key, char *value);
temp3 = MF_GetAmxString(amx, params[2], 0, &len);
CHECK_ENTITY(index);
temp = MF_GetAmxString(amx, params[3], 1, &len);
temp2 = MF_GetAmxString(amx, params[4], 2, &len);
(*g_engfuncs.pfnSetKeyValue)(temp3, temp, temp2);