Skip to content

Commit

Permalink
Set offset essential indicator to true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed May 5, 2024
1 parent b485c84 commit 30f9c3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ object ModConfig : Config(Mod("Nametags", ModType.UTIL_QOL, "/polynametag.svg"),
var showOwnNametag = true

@Switch(name = "Offset Essential Indicator", description = "Offset nametag to center if the player has essential indicator drawn")
var essentialOffset = false
var essentialOffset = true

@Switch(name = "Background", description = "Whether to render a background behind the nametag")
var background = true
Expand Down

0 comments on commit 30f9c3f

Please sign in to comment.