Connected headless clients can prevent #vote commands from functioning, as they seem to raise the required thresholds.
Description
Description
Details
Details
- Legacy ID
- 3253588890
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- Dedicated Server
Steps To Reproduce
- Start a dedicated server with voteThreshold=0.33;
- Login as a single player, voting yourself to admin should work (1*0.33 < 1)
- Add 2 headless clients, voting should still be working (3*0.33 <= 1)
- Add 3 or more HCs, voting becomes impossible (now >4 players, 4*0.33 > 1)