diff --git a/Content.Server/_Honk/RoundEndVote/RoundEndVoteSystem.cs b/Content.Server/_Honk/RoundEndVote/RoundEndVoteSystem.cs index d7d94aedfb..2633c8e58f 100644 --- a/Content.Server/_Honk/RoundEndVote/RoundEndVoteSystem.cs +++ b/Content.Server/_Honk/RoundEndVote/RoundEndVoteSystem.cs @@ -24,6 +24,7 @@ public sealed class RoundEndVoteSystem : EntitySystem return; _voteManager.CreateStandardVote(null, StandardVoteType.Preset); + _voteManager.CreateStandardVote(null, StandardVoteType.Map); } }