3 merge requests!488Merge in next and don't billboard papersprites in GL,!402Update code versions to 2.1.22,!398Chat and other multiplayer quality of life improvements.
#define CHAT_MUTE (cv_mute.value && !(server || IsPlayerAdmin(consoleplayer))) // this still allows to open the chat but not to type. That's used for scrolling and whatnot.
#define OLD_MUTE (OLDCHAT && cv_mute.value && !(server || IsPlayerAdmin(consoleplayer))) // this is used to prevent oldchat from opening when muted.