Only display consent popup if the server is configured to do so. I used voteflags instead of trying to cram it into the g_ratFlags. It also seems like a fairly logical way to do it without introducing a new CVar.
This also fixes the popup that appears in single player after installing Ratmod for the first time. Before the fix, the user might get the impression that something is being sent to a remote server.
Only display consent popup if the server is configured to do so. I used
voteflags
instead of trying to cram it into theg_ratFlags
. It also seems like a fairly logical way to do it without introducing a new CVar.This also fixes the popup that appears in single player after installing Ratmod for the first time. Before the fix, the user might get the impression that something is being sent to a remote server.