mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
Fixed bug am46378
This commit is contained in:
parent
a65d65bee4
commit
8a2528108d
@ -821,9 +821,9 @@ static cell AMX_NATIVE_CALL unregister_forward(AMX *amx, cell *params)
|
||||
|
||||
CVector<int> *peng = NULL;
|
||||
if (post)
|
||||
peng = &(Engine[func]);
|
||||
else
|
||||
peng = &(EnginePost[func]);
|
||||
else
|
||||
peng = &(Engine[func]);
|
||||
|
||||
CVector<int>::iterator begin, end=peng->end();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user