From 5a8c97e08263f93b3d29dbc6ee79e76c7d4c4b4b Mon Sep 17 00:00:00 2001 From: jenz Date: Mon, 24 Aug 2026 15:47:36 +0200 Subject: [PATCH] missing check --- Discord_UNLOZE/scripting/live_chat_stoat.sp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Discord_UNLOZE/scripting/live_chat_stoat.sp b/Discord_UNLOZE/scripting/live_chat_stoat.sp index 9fcc45a..bf0e3d8 100644 --- a/Discord_UNLOZE/scripting/live_chat_stoat.sp +++ b/Discord_UNLOZE/scripting/live_chat_stoat.sp @@ -74,6 +74,11 @@ public Action CommandListener_SmChat_stoat(int client, const char[] sCommand, in if (client <= 0) return Plugin_Continue; + if (!IsValidClient(client)) + { + return Plugin_Continue; + } + char sText[256]; char sUsername[32];