Lower in-round votekick requirements (#32953)

Initial commit
This commit is contained in:
SlamBamActionman
2024-11-01 02:47:59 +01:00
committed by GitHub
parent 59f1287aa3
commit b3190b8935
3 changed files with 4 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ namespace Content.Client.Voting.UI
Stylesheet = IoCManager.Resolve<IStylesheetManager>().SheetSpace;
CloseButton.OnPressed += _ => Close();
VoteNotTrustedLabel.Text = Loc.GetString("ui-vote-trusted-users-notice", ("timeReq", _cfg.GetCVar(CCVars.VotekickEligibleVoterDeathtime) / 60));
VoteNotTrustedLabel.Text = Loc.GetString("ui-vote-trusted-users-notice", ("timeReq", _cfg.GetCVar(CCVars.VotekickEligibleVoterDeathtime)));
foreach (StandardVoteType voteType in Enum.GetValues<StandardVoteType>())
{