justinnobledev/cs2-mapchooser

Round Draw bug

Closed this issue · 1 comments

Describe the bug
Sometimes in my retake server, for no apparent reason, round just draw and restart.

To Reproduce
Steps to reproduce the behavior:

  1. Sometimes when a player joins.
  2. But most of the time it's for no reason.

Expected behavior
Fix it.

Server Info

  • OS: Linux
  • CSS Version 1.65 / 1.66 / 1.67
  • Plugin Version last

The plugin currently runs on an independent timer, so what is happening is that timer runs out and tries to trigger the end of map screen. I have plans to remove that system and just listen for the end of map event and do the map switch there