From 6e9ac875d7e5e4f2544446f4e9035f888eecc54f Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 15 Jan 2009 10:37:54 -0500 Subject: [PATCH] Fixed the bug in sounds.sp. (Bug 3568 r=dvander) --- plugins/sounds.sp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/sounds.sp b/plugins/sounds.sp index b71b0235..6414182c 100644 --- a/plugins/sounds.sp +++ b/plugins/sounds.sp @@ -54,6 +54,7 @@ public Action:Command_Play(client, args) if (args < 2) { ReplyToCommand(client, "[SM] Usage: sm_play <#userid|name> "); + return Plugin_Handled; } new String:Arguments[PLATFORM_MAX_PATH + 65];