Skip to content

Commit 30f9c3f

Browse files
committed
Set offset essential indicator to true by default
1 parent b485c84 commit 30f9c3f

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/org/polyfrost/polynametag/config

1 file changed

+1
-1
lines changed

src/main/kotlin/org/polyfrost/polynametag/config/ModConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ object ModConfig : Config(Mod("Nametags", ModType.UTIL_QOL, "/polynametag.svg"),
5252
var showOwnNametag = true
5353

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

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

0 commit comments

Comments
 (0)