2
0
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:
s1lentq 2025-03-28 03:17:18 +07:00
parent ab961d6925
commit d0980f5854

View File

@ -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;
} }
} }