Голосование за карту

This commit is contained in:
Jabak
2024-08-26 16:47:47 +03:00
parent fa6c5f21cd
commit 1659569dcc

View File

@@ -24,6 +24,7 @@ public sealed class RoundEndVoteSystem : EntitySystem
return;
_voteManager.CreateStandardVote(null, StandardVoteType.Preset);
_voteManager.CreateStandardVote(null, StandardVoteType.Map);
}
}