From 9a875b26695a1bb21e34f8bfc739859a403f6d4a Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Sat, 24 Dec 2022 18:54:16 +0100 Subject: [PATCH] Update README.md --- mapvote/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mapvote/README.md b/mapvote/README.md index 4780e36..6906588 100644 --- a/mapvote/README.md +++ b/mapvote/README.md @@ -144,6 +144,8 @@ This can be useful to organise your maps dvars. ### Notes +- Capture the Flag is very buggy and will not be fixed. It pretty much breaks the entire mapvote script so I recommend to not add it. +From the tests I did it seems a lot of things outside of my mapvote break it and I'm not willing to fight with so much unknown bugs coming from the outside - If right click is set to toggle ads then pressing right click will make the player go up by one every 0.25s until he right clicks again. 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 which is a better user experience.