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:
daffyyyy
2023-12-13 20:20:12 +01:00
parent 15ab2d9e65
commit 28f6cf63fe
8 changed files with 390 additions and 219 deletions

View File

@@ -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]++;
}
}