Making blind's LogAction message consistent... (#697)
with the other plugin's messages.
This commit is contained in:
parent
5d234bb9d6
commit
aac279322b
@ -76,7 +76,7 @@ void PerformBlind(int client, int target, int amount)
|
|||||||
|
|
||||||
EndMessage();
|
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,
|
public void AdminMenu_Blind(TopMenu topmenu,
|
||||||
|
Loading…
Reference in New Issue
Block a user