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

View file

@ -84,6 +84,8 @@ public:
// Execute the callback with the provided arguments
g_amxxapi.ExecuteForward(callback->GetFwdIndex(), args...);
}
break;
}
}