From fbb47e75d781bd563daba00ffb1535f419947b95 Mon Sep 17 00:00:00 2001 From: KOTOB <59124164+kotobdev@users.noreply.github.com> Date: Sun, 29 Mar 2026 07:33:48 -0700 Subject: [PATCH] Display evacuation vote counts (#5568) bool ops --- Content.Server/_DV/RoundEnd/RoundEndSystem.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Server/_DV/RoundEnd/RoundEndSystem.cs b/Content.Server/_DV/RoundEnd/RoundEndSystem.cs index 7ba4b44085..0327a4d9e9 100644 --- a/Content.Server/_DV/RoundEnd/RoundEndSystem.cs +++ b/Content.Server/_DV/RoundEnd/RoundEndSystem.cs @@ -12,7 +12,6 @@ public sealed partial class RoundEndSystem : EntitySystem { var options = new VoteOptions { - DisplayVotes = false, Title = Loc.GetString("round-end-system-vote-title"), Duration = _cfg.GetCVar(DCCVars.EmergencyShuttleVoteTime), InitiatorText = Loc.GetString("vote-options-server-initiator-text")