From 7df523674ab2be5bec99275fd6994e249ca78f63 Mon Sep 17 00:00:00 2001 From: LT3 <83487515+lessthnthree@users.noreply.github.com> Date: Thu, 12 Feb 2026 17:12:39 -0800 Subject: [PATCH] Remove rock the vote config entry [NO GBP] (#95136) --- code/controllers/configuration/entries/general.dm | 5 ----- config/config.txt | 3 --- 2 files changed, 8 deletions(-) diff --git a/code/controllers/configuration/entries/general.dm b/code/controllers/configuration/entries/general.dm index e1a81dfc269..6808205734a 100644 --- a/code/controllers/configuration/entries/general.dm +++ b/code/controllers/configuration/entries/general.dm @@ -185,11 +185,6 @@ /// allow votes to change map /datum/config_entry/flag/allow_vote_map -/// the number of times we allow players to rock the vote -/datum/config_entry/number/max_rocking_votes - default = 1 - min_val = 1 - /// minimum time between voting sessions (deciseconds, 10 minute default) /datum/config_entry/number/vote_delay default = 10 MINUTES diff --git a/config/config.txt b/config/config.txt index 855429fb823..3b51974339a 100644 --- a/config/config.txt +++ b/config/config.txt @@ -119,9 +119,6 @@ RETA_DEPT_COOLDOWN_DS 150 ## allow players to initiate a map-change vote #ALLOW_VOTE_MAP -## the number of times you wish to allow players to rock the vote in a given shift -MAX_ROCKING_VOTES 1 - ## min delay (deciseconds) between voting sessions (default 10 minutes) VOTE_DELAY 6000