From 1659569dccf07b5e5d1ec6121e26eda6c611aab2 Mon Sep 17 00:00:00 2001 From: Jabak <163307958+Jabaks@users.noreply.github.com> Date: Mon, 26 Aug 2024 16:47:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=93=D0=BE=D0=BB=D0=BE=D1=81=D0=BE=D0=B2?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=B7=D0=B0=20=D0=BA=D0=B0=D1=80?= =?UTF-8?q?=D1=82=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Server/_Honk/RoundEndVote/RoundEndVoteSystem.cs | 1 + 1 file changed, 1 insertion(+) 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); } }