Skip to content

Commit

Permalink
Quick Hide on Death feature is now disabled by default for tests
Browse files Browse the repository at this point in the history
This feature might be causing Hunters FD to hide the nameplate and don't show it again after the hunter exit FD.
  • Loading branch information
Tercioo committed Jul 14, 2019
1 parent fced093 commit 32258b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plater_DefaultSettings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ PLATER_DEFAULT_SETTINGS = {
},
},

quick_hide = true, --hide the nameplate when the unit hits 0 health points
quick_hide = false, --hide the nameplate when the unit hits 0 health points | making disabled by default, this maybe is bugging hunters FD

enable_masque_support = false,

Expand Down

0 comments on commit 32258b0

Please sign in to comment.