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];