From aac279322b62d0823a5192f62257d46fac78eab4 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 26 Sep 2017 20:22:02 -0400 Subject: [PATCH] Making blind's LogAction message consistent... (#697) with the other plugin's messages. --- plugins/funcommands/blind.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/funcommands/blind.sp b/plugins/funcommands/blind.sp index e9c22ee6..29bcb480 100644 --- a/plugins/funcommands/blind.sp +++ b/plugins/funcommands/blind.sp @@ -76,7 +76,7 @@ void PerformBlind(int client, int target, int amount) EndMessage(); - LogAction(client, target, "\"%L\" set blind on \"%L\", amount %d.", client, target, amount); + LogAction(client, target, "\"%L\" set blind on \"%L\" (amount \"%d\")", client, target, amount); } public void AdminMenu_Blind(TopMenu topmenu,