View Feature Request
Text in GamePad Mode
Feature #: 1843
File: AutoInvite - Updated
Date: 09/24/23 08:36 PM
By: jadecharming
Status: Currently Working On
The echo command in the code only works in non-gamepad mode.

If you change this one single line a couple of the files the output from the plugin will work in both regular mode and gamepad mode.


local function echo(msg) CHAT_ROUTER:AddSystemMessage("|CFFFF00" .. msg) end