View Single Post
08/05/19, 11:00 AM   #23
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,982
Aye, I have switched the commands /mppon will actually hide it currently and /mppoff will show them again. My bad
You need to turn around the 2 lines here so they look like this:
Lua Code:
  1. SLASH_COMMANDS["/mppon"] = function() toggle_MapPingFromPlayers(false) end
  2.     SLASH_COMMANDS["/mppoff"] = function() toggle_MapPingFromPlayers(true) end

Updated the zip archive.
  Reply With Quote