aboutsummaryrefslogtreecommitdiff
path: root/src/client/java
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/java')
-rw-r--r--src/client/java/world/anhgelus/molehunt/client/MolehuntClient.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/java/world/anhgelus/molehunt/client/MolehuntClient.java b/src/client/java/world/anhgelus/molehunt/client/MolehuntClient.java
index 5f6b735..7770a1b 100644
--- a/src/client/java/world/anhgelus/molehunt/client/MolehuntClient.java
+++ b/src/client/java/world/anhgelus/molehunt/client/MolehuntClient.java
@@ -16,8 +16,8 @@ public class MolehuntClient implements ClientModInitializer {
try (final var client = context.client()) {
client.execute(() -> {
SHOW_SKINS = payload.showSkins();
- SHOW_NAMETAGS = payload.showNametag();
- SHOW_TAB = payload.showNametag();
+ SHOW_NAMETAGS = payload.showNametags();
+ SHOW_TAB = payload.showTab();
});
}
});