From 7dbb32be42132f2a186ee51c010bfcc7ce1f8b48 Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Thu, 27 Oct 2022 15:19:23 +0200 Subject: [PATCH] Update README.md --- mapvote/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mapvote/README.md b/mapvote/README.md index 0e66715..87a4a17 100644 --- a/mapvote/README.md +++ b/mapvote/README.md @@ -76,7 +76,7 @@ Here are the dvars you can configure: | mapvote_blur_level | The amount of blur to put when the mapvote menu starts to show. The max recommended value is 5. 0 disables it | 2.5 | Any number | | mapvote_blur_fade_in_time | The time (in seconds) it takes for the blur to reach `mapvote_blur_level`. For example if you set it to 10 and `mapvote_blur_level` is 5 then it will progressively blur the screen from 0 to 5 in 10 seconds | 2 | Any number | | mapvote_horizontal_spacing | The horizontal spacing between the map/mode names on the left and the vote counts on the right. I recommend setting this value according to the longest map or mode name length so that it doesn't overlap with the vote counts | 75 | Any plain number | -| mapvote_display_wait_time | Once the killcam ends, the time to wait before displaying the vote menu (in seconds) | 1 | Any number above 0.05 | +| mapvote_display_wait_time | Once the killcam ends, the time to wait before displaying the vote menu (in seconds) | 1 | Any number superior or equal to 0.05 |