Skip to content

Commit

Permalink
update wording to be clear current map will not always appear in votes
Browse files Browse the repository at this point in the history
  • Loading branch information
plally committed Feb 2, 2024
1 parent f06387c commit 5a3d554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/mapvote/client/modules/admin_menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ local configMenuOptions = {
{ seperator = true, text = "Voting" },
{ "The amount of maps in a vote", schema.fields.MapLimit, "MapLimit" },
{ "The length of a vote in seconds", schema.fields.TimeLimit, "TimeLimit" },
{ "Will the current map appear in votes", schema.fields.AllowCurrentMap, "AllowCurrentMap" },
{ "Should the current map have a chance to appear in votes", schema.fields.AllowCurrentMap, "AllowCurrentMap" },
{ "Should the maps in a vote be sorted", schema.fields.SortMaps, "SortMaps" },
{ seperator = true, text = "RTV" },
{ "Percentage of players who need to RTV between 0 and 1", schema.fields.RTVPercentPlayersRequired, "RTVPercentPlayersRequired" },
Expand Down

0 comments on commit 5a3d554

Please sign in to comment.