diff --git a/src/zr/sayhooks.inc b/src/zr/sayhooks.inc index 14b9f78..ed165c2 100644 --- a/src/zr/sayhooks.inc +++ b/src/zr/sayhooks.inc @@ -90,6 +90,9 @@ SayHooksGetPublicChatTrigger(String:trigger[], maxlen) { strcopy(trigger, maxlen, "N/A"); } + + // Close the handle. + CloseHandle(kvCore); } /** @@ -126,4 +129,7 @@ SayHooksGetSilentChatTrigger(String:trigger[], maxlen) { strcopy(trigger, maxlen, "N/A"); } + + // Close the handle. + CloseHandle(kvCore); } \ No newline at end of file