Skip to content

Commit 536fdae

Browse files
committed
fix incorrect import for velocity
1 parent 93f83a6 commit 536fdae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/pandorianmc/velocity/api/PandorCoreAPI.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
public class PandorCoreAPI {
1313

14-
public static net.pandorianmc.bungee.api.PandorCoreAPI INSTANCE;
14+
public static PandorCoreAPI INSTANCE;
1515

1616
/**
1717
* @return Is the PandorCoreAPI enabled and registered?

0 commit comments

Comments
 (0)