Skip to content

Commit

Permalink
fix: ServerScoreboard#visibleObjectives -> syncableObjectives
Browse files Browse the repository at this point in the history
  • Loading branch information
Octol1ttle committed Aug 24, 2024
1 parent 6a3e5d2 commit 84c9f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mappings/net/minecraft/scoreboard/ServerScoreboard.mapping
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CLASS net/minecraft/class_2995 net/minecraft/scoreboard/ServerScoreboard
FIELD field_13426 updateListeners Ljava/util/List;
FIELD field_13427 visibleObjectives Ljava/util/Set;
FIELD field_13427 syncableObjectives Ljava/util/Set;
FIELD field_13428 server Lnet/minecraft/server/MinecraftServer;
METHOD <init> (Lnet/minecraft/server/MinecraftServer;)V
ARG 1 server
Expand Down

0 comments on commit 84c9f7f

Please sign in to comment.