9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-30 03:59:12 +00:00

Maybe fix an empty multitude of visible advancement;

This commit is contained in:
Harvels X
2021-12-26 17:57:50 +03:00
parent 9ff20e6e93
commit a12a3cfb9f
2 changed files with 3 additions and 3 deletions

View File

@@ -316,8 +316,8 @@ public class PlayerSetter {
});
synchronized (playerAdvancements) {
AdvancementUtils.markPlayerAdvancementsFirst(playerAdvancements);
AdvancementUtils.ensureAllVisible(playerAdvancements);
AdvancementUtils.ensureAllVisible(playerAdvancements); // Set all completed advancement is visible
AdvancementUtils.markPlayerAdvancementsFirst(playerAdvancements); // Mark the sending of visible advancement as the first
}
}