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