We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7bc25e commit 4cb96b5Copy full SHA for 4cb96b5
src/eu/endercentral/crazy_advancements/advancement/Advancement.java
@@ -436,6 +436,7 @@ public boolean getVisibilityStatus(Player player) {
436
* @param player The Player to Unload Visibility
437
*/
438
public void unloadVisibilityStatus(Player player) {
439
+ if(savedVisibilityStatus == null) return;
440
savedVisibilityStatus.remove(player.getUniqueId().toString());
441
}
442
0 commit comments