// Indicates when a map should end after the RTV voting is finished.// If selected a value higher than 0, this cvar indicates also the players// minimum number necessary to allow the last round to be finished when// the time runs out.// For example, if this cvar value is set to 2, and there are only 1 player// on the server, the round will end immediately.//// 0 - end immediately after the voting finished.//// player's number - end after the current round, only when there are at// least the `player's number` quantity on the server.
gal_endonround_rtv 1
I put a opposite check, `get_real_players_number() >= endOnRoundRtv` instead of `get_real_players_number() <= endOnRoundRtv`, so you need to set to zero to always allow the round to finish.
Update:
I fixed it on v4.1.1-450. Now it is working correctly.