mirror of
https://github.com/rehlds/ReAPI.git
synced 2025-08-21 14:09:34 +03:00
Fixed a bug in callback dispatcher
This commit is contained in:
parent
ab961d6925
commit
d0980f5854
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,8 @@ public:
|
|||
// Execute the callback with the provided arguments
|
||||
g_amxxapi.ExecuteForward(callback->GetFwdIndex(), args...);
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue