From 5b21fc89fc2dab7307a48cb343a01ae36b7f6dbe Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 7 Mar 2009 23:27:10 -0500 Subject: [PATCH] Fixed typo in code that broke buildbot. (Bug 3698 r=Liam) --- plugins/playercommands/rename.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/playercommands/rename.sp b/plugins/playercommands/rename.sp index 319cf1c2..accbc5d6 100644 --- a/plugins/playercommands/rename.sp +++ b/plugins/playercommands/rename.sp @@ -166,7 +166,7 @@ public Action:Command_Rename(client, args) client, target_list, MAXPLAYERS, - COMMAND_FILTER_NONE, + COMMAND_TARGET_NONE, target_name, sizeof(target_name), tn_is_ml)) > 0)