surepy / tf2_bot_detector

A handy little tool to gather, keep track and automatically votekick bots and bad actors in Team Fortress 2.
MIT License
59 stars 7 forks source link

Freeze the player list when the cursor is within the player list section #27

Open kamild1996 opened 4 months ago

kamild1996 commented 4 months ago

A clear and concise description of what the problem is. I caught myself a few times marking someone who I didn't mean to mark because right before I right clicked, the list updated and the order of players has shifted.

Describe the solution you'd like Freeze the state of the player list when the cursor is within that list.

Describe alternatives you've considered Nothing comes to mind.

Additional context I realize the name of the player shows up in the context menu that opens up after rightclicking, but I admit, when I'm marking someone while waiting for a respawn on a short timer (or, worse, briefly mid-life when behind cover), the thought of double checking that name slips my mind. With this feature implemented, there would be less reason to do that check. Unless you have bad aim, I suppose.

surepy commented 4 months ago

Hmm... even if i decide to do this, this will have to happen after migration to tables api from columns, don't expect this anytime soon.