mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-02-18 02:41:55 +00:00
1.2.2a UPDATE
- Fixed css_addban, css_addmute - New command `css_hp` - New command `css_god` - New command `css_speed`
This commit is contained in:
@@ -102,8 +102,8 @@ namespace CS2_SimpleAdmin
|
||||
|
||||
internal static void handleVotes(CCSPlayerController player, ChatMenuOption option)
|
||||
{
|
||||
if (CS2_SimpleAdmin.VoteInProgress)
|
||||
CS2_SimpleAdmin.answers[option.Text]++;
|
||||
if (CS2_SimpleAdmin.voteInProgress)
|
||||
CS2_SimpleAdmin.voteAnswers[option.Text]++;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user