Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris committed Sep 20, 2024
1 parent 6d4ae96 commit 739de66
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ public Collection<ResourcePackOption<?>> options(@NonNull UUID uuid) {

OptionHolder optionHolder = sessionPackOptionOverrides.get(uuid);
if (optionHolder == null) {
// Not creating a new option holder here since it would
// override the default priority option
// No need to create a new session option holder
return packHolder.optionHolder().immutableValues();
}

Expand Down

0 comments on commit 739de66

Please sign in to comment.