From d0980f58540d559787b5347eb4169c6dc0cd9246 Mon Sep 17 00:00:00 2001 From: s1lentq Date: Fri, 28 Mar 2025 03:17:18 +0700 Subject: [PATCH] Fixed a bug in callback dispatcher --- reapi/src/entity_callback_dispatcher.h | 2 ++ 1 file changed, 2 insertions(+) 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; } }