Closed spitice closed 1 month ago
PREREQUISITES:
addons/counterstrikesharp/plugins/CSSMapChooser/maps.txt
cssmc_map_vote_map_count - 1
isCurrentMap = true
Steps:
rtv
✅ The map vote should start.
❌ The plugin causes an infinite loop in the code where it generates the list of candidate maps for the vote.
Environment
Steps to reproduce
PREREQUISITES:
addons/counterstrikesharp/plugins/CSSMapChooser/maps.txt
, the number of maps in the list should be <= 4 (cssmc_map_vote_map_count - 1
).isCurrentMap = true
.Steps:
rtv
in chat to start RTVExpected result
✅ The map vote should start.
Actual result
❌ The plugin causes an infinite loop in the code where it generates the list of candidate maps for the vote.