Add logging to all basevote vote results (#1794)

This commit is contained in:
Maxime Leroy
2022-10-30 23:26:17 +01:00
committed by GitHub
parent f7fda0023c
commit 4989666d72
2 changed files with 6 additions and 2 deletions
+2
View File
@@ -40,6 +40,8 @@ void PerformCancelVote(int client)
}
ShowActivity2(client, "[SM] ", "%t", "Cancelled Vote");
LogAction(client, -1, "\"%L\" Cancelled the vote.", client);
CancelVote();
}