Skip to content

Commit

Permalink
Update MixinCosmeticsManager.java
Browse files Browse the repository at this point in the history
  • Loading branch information
valekatoz committed Jun 29, 2024
1 parent 6cd0b40 commit 6bfa834
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ public abstract class MixinCosmeticsManager {
@Shadow
private @NotNull State<Set<String>> unlockedCosmetics;

/**
* @author
* @reason
*/
@Overwrite
public @NotNull State<Set<String>> getUnlockedCosmetics() {
if(toggled) {
Expand Down

0 comments on commit 6bfa834

Please sign in to comment.