Skip to content

Commit

Permalink
fix: heads in /sellhead looping when using /hp reload
Browse files Browse the repository at this point in the history
  • Loading branch information
Thatsmusic99 committed May 12, 2023
1 parent 959a176 commit ceb9b9a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -24,6 +24,7 @@ public static SellableHeadsManager get() {

public void reset() {
prices.clear();
types.clear();
}

public void registerPrice(String key, SellingType type, double price) {
Expand Down

0 comments on commit ceb9b9a

Please sign in to comment.