diff --git a/reapi/src/entity_callback_dispatcher.h b/reapi/src/entity_callback_dispatcher.h index 7a70139..15d2891 100644 --- a/reapi/src/entity_callback_dispatcher.h +++ b/reapi/src/entity_callback_dispatcher.h @@ -84,6 +84,8 @@ public: // Execute the callback with the provided arguments g_amxxapi.ExecuteForward(callback->GetFwdIndex(), args...); } + + break; } }