Help us help you
Is your feature request related to a problem? Please describe.
As you probably know, CSGO uses a map group system for controlling maps and each game mode gets a specific map group unless overridden in gamemodes_server.txt. CSGO also has its own map voting system with a map vote at the end of a game. Currently if you have nextmap enabled on CSGO, it would break the in-game map vote as the server will switch to whatever SourceMod thinks the next map should be instead of the winning map in the vote. And it would also ignore the map group set for the specific game mode.
Describe the solution you'd like
Add CSGO to the blacklisted games in the AskPluginLoad2 callback in plugins/nextmap.sp
Describe alternatives you've considered
N/A
Additional context
This is still up for debate as there are probably servers out there that are using nominations/rtv but I don't play CS that much so I wouldn't have known. This is just something I observed while setting up my own server.
Help us help you
Is your feature request related to a problem? Please describe.
As you probably know, CSGO uses a map group system for controlling maps and each game mode gets a specific map group unless overridden in
gamemodes_server.txt. CSGO also has its own map voting system with a map vote at the end of a game. Currently if you have nextmap enabled on CSGO, it would break the in-game map vote as the server will switch to whatever SourceMod thinks the next map should be instead of the winning map in the vote. And it would also ignore the map group set for the specific game mode.Describe the solution you'd like
Add CSGO to the blacklisted games in the
AskPluginLoad2callback inplugins/nextmap.spDescribe alternatives you've considered
N/A
Additional context
This is still up for debate as there are probably servers out there that are using nominations/rtv but I don't play CS that much so I wouldn't have known. This is just something I observed while setting up my own server.