mirror of
https://github.com/rehlds/reapi.git
synced 2025-04-16 22:32:40 +03:00
Fixed a bug in callback dispatcher
This commit is contained in:
parent
ab961d6925
commit
d0980f5854
@ -84,6 +84,8 @@ public:
|
|||||||
// Execute the callback with the provided arguments
|
// Execute the callback with the provided arguments
|
||||||
g_amxxapi.ExecuteForward(callback->GetFwdIndex(), args...);
|
g_amxxapi.ExecuteForward(callback->GetFwdIndex(), args...);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user