From d2c3a04101e5439265823b1d6e108bb3bcb84eb7 Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Sat, 22 Oct 2022 15:35:08 +0200 Subject: [PATCH] Update README.md --- mapvote/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/mapvote/README.md b/mapvote/README.md index e4512d1..8e56500 100644 --- a/mapvote/README.md +++ b/mapvote/README.md @@ -100,6 +100,7 @@ Here are some pre-set values if you want to quickly copy/paste something ### Notes +- If right click is set to toggle ads then pressing right click will make the player go up by one every 0.35s. If I didn't change it to be that way players with toggle ads would have to press right click twice to go up by one all the time. Now instead they simply right click once to start going up and right click again to stop. - When two maps/modes have the same votes, the lowest one in the list will win. In the future it would be nice to randomize between both - Ending the game with ESC doesn't work when in debug mode. Use `map_restart` in the console when your script is compiled. And if you want to leave use `disconnect` in the console until this is fixed - When there's only one map/mode the right map/mode will be chosen but adding an option to hide single vote elements would be nice