fn change_chat_mode(
message: String,
state: &mut State<'_, State>,
events: &mut Vec<Event>,
chat_settings: &ChatSettings,
)
Expand description
Change the chat mode if we have a ServerChatCommand
that corresponds to a
chat region (i.e. World, Region, Say, etc.).