View Single Post
08/05/19, 10:42 AM   #22
NeuroticPixels
Addon Addict
 
NeuroticPixels's Avatar
Premium Member
Join Date: May 2019
Posts: 211
Originally Posted by Baertram View Post
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])
Thank you for fixing the error!
Unfortunately, the /mppoff command still isn't hiding the blue map pings.
  Reply With Quote