diff --git a/gradle.properties b/gradle.properties index e61b151..5908d70 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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. diff --git a/src/main/java/org/polyfrost/vanillahud/hud/TabList.java b/src/main/java/org/polyfrost/vanillahud/hud/TabList.java index 20c3c3b..bf66d49 100644 --- a/src/main/java/org/polyfrost/vanillahud/hud/TabList.java +++ b/src/main/java/org/polyfrost/vanillahud/hud/TabList.java @@ -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"