Skip to content

Commit

Permalink
Merge branch 'code-cleanup'
Browse files Browse the repository at this point in the history
  • Loading branch information
imi-tat0r committed Aug 8, 2024
2 parents 8fb8fd1 + 6dff6fc commit f94af75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CS2-CustomVotes/Services/CustomVoteApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public CustomVoteApi(IVoteManager voteManager)
{
_voteManager = voteManager;
}

public void AddCustomVote(string name, string description, string defaultOption, float timeToVote, Dictionary<string, VoteOption> options, string style)
{
_voteManager.AddVote(name, [], description, defaultOption, timeToVote, options, style, -1);
Expand Down
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![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)

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

# About
Expand Down

0 comments on commit f94af75

Please sign in to comment.