Skip to content

Commit f94af75

Browse files
committed
Merge branch 'code-cleanup'
2 parents 8fb8fd1 + 6dff6fc commit f94af75

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CS2-CustomVotes/Services/CustomVoteApi.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public CustomVoteApi(IVoteManager voteManager)
1111
{
1212
_voteManager = voteManager;
1313
}
14+
1415
public void AddCustomVote(string name, string description, string defaultOption, float timeToVote, Dictionary<string, VoteOption> options, string style)
1516
{
1617
_voteManager.AddVote(name, [], description, defaultOption, timeToVote, options, style, -1);

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Copyright ev0lve Digital](https://img.shields.io/badge/Copyright-ev0lve%20Digital-blue) ![GitHub License](https://img.shields.io/github/license/imi-tat0r/CS2-CustomVotes) ![Issues](https://img.shields.io/github/issues/imi-tat0r/CS2-CustomVotes) ![Downloads](https://img.shields.io/github/downloads/imi-tat0r/CS2-CustomVotes/total) ![Stars](https://img.shields.io/github/stars/imi-tat0r/CS2-CustomVotes)
22

3-
# CS2 Custom Votes (1.1.1)
3+
# CS2 Custom Votes (1.1.2)
44
![image](https://du.hurenso.hn/r/X4jQaq.png) ![image](https://du.hurenso.hn/r/81Imq8.png)
55

66
# About

0 commit comments

Comments
 (0)