Skip to content

Commit

Permalink
set Show Self At Top to off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Jun 24, 2024
1 parent 3983b67 commit 1ab9f84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mod_name = VanillaHUD
mod_id = vanillahud
mod_version = 2.2.4
mod_version = 2.2.5
mod_archives_name=VanillaHUD

# Gradle Configuration -- DO NOT TOUCH THESE VALUES.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/polyfrost/vanillahud/hud/TabList.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public TabHud() {
@Switch(
name = "Show Self At Top"
)
public static boolean selfAtTop = true;
public static boolean selfAtTop = false;

@Switch(
name = "Show Player's Head"
Expand Down

0 comments on commit 1ab9f84

Please sign in to comment.