mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 14:58:06 +03:00
reverted a bad change in fakenatives
This commit is contained in:
parent
750247e8a6
commit
435766b2ef
@ -299,7 +299,7 @@ static cell AMX_NATIVE_CALL set_param_byref(AMX *amx, cell *params)
|
|||||||
}
|
}
|
||||||
int p = params[1];
|
int p = params[1];
|
||||||
|
|
||||||
cell *addr = get_amxaddr(g_pCurNative->amx, g_Params[p]);
|
cell *addr = get_amxaddr(g_pCaller, g_Params[p]);
|
||||||
|
|
||||||
addr[0] = params[2];
|
addr[0] = params[2];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user