We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d76d9f commit 45a2b03Copy full SHA for 45a2b03
Content.Server/Voting/Managers/VoteManager.DefaultVotes.cs
@@ -124,7 +124,7 @@ private void CreateVoteShuttleEvac(ICommonSession? initiator)
124
125
var vote = CreateVote(options);
126
127
- TimeoutStandardVote(StandardVoteType.EvacuationShuttle, TimeSpan.FromSeconds(_cfg.GetCVar(WLCCVars.VoteShuttleTimeout)));
+ TimeoutStandardVote(StandardVoteType.EvacuationShuttle, TimeSpan.FromSeconds(_cfg.GetCVar(WLCVars.VoteShuttleTimeout)));
128
129
vote.OnFinished += (_, args) =>
130
{
0 commit comments