Skip to content

Commit

Permalink
fix: fix a wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
hank9999 committed Aug 10, 2022
1 parent 32af376 commit da592b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.hank9999</groupId>
<artifactId>UseBlessingSkin</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<packaging>jar</packaging>

<name>UseBlessingSkin</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import java.util.*;
import java.util.stream.Collectors;

import static com.github.hank9999.useblessingskin.bukkit.UseBlessingSkin.skinsRestorerAPI;
import static com.github.hank9999.useblessingskin.bungee.UseBlessingSkin.skinsRestorerAPI;
import static com.github.hank9999.useblessingskin.shared.utils.*;


Expand Down

0 comments on commit da592b2

Please sign in to comment.