View Single Post
08/05/19, 05:03 AM   #21
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
Yep, it's the chat output. Forgot to change a variable name from "state" to "toggleState".
Replace line 25 with:
Lua Code:
  1. d("Player map pings " .. stateTexts[toggleState])
  Reply With Quote