Skip to content

Commit 45a2b03

Browse files
committed
UwU 2
1 parent 6d76d9f commit 45a2b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Content.Server/Voting/Managers/VoteManager.DefaultVotes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ private void CreateVoteShuttleEvac(ICommonSession? initiator)
124124

125125
var vote = CreateVote(options);
126126

127-
TimeoutStandardVote(StandardVoteType.EvacuationShuttle, TimeSpan.FromSeconds(_cfg.GetCVar(WLCCVars.VoteShuttleTimeout)));
127+
TimeoutStandardVote(StandardVoteType.EvacuationShuttle, TimeSpan.FromSeconds(_cfg.GetCVar(WLCVars.VoteShuttleTimeout)));
128128

129129
vote.OnFinished += (_, args) =>
130130
{

0 commit comments

Comments
 (0)