Skip to content

Commit

Permalink
Fix reset tag without notification (#2405)
Browse files Browse the repository at this point in the history
  • Loading branch information
jie65535 authored Oct 17, 2023
1 parent 770cd62 commit b7a9d28
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ private void resetAllSceneTags(Player targetPlayer) {
.computeIfAbsent(sceneTag.getSceneId(), k -> new HashSet<>());
targetPlayer.getSceneTags().get(sceneTag.getSceneId()).add(sceneTag.getId());
});

this.setSceneTags(targetPlayer);
}

private void setSceneTags(Player targetPlayer) {
Expand Down

0 comments on commit b7a9d28

Please sign in to comment.