Skip to content

Commit

Permalink
Fix access level of PacketEntityAPI#initialize.
Browse files Browse the repository at this point in the history
  • Loading branch information
iso2013 committed May 23, 2018
1 parent 5a58e94 commit f696c89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ private PacketEntityAPI() {
chainFactory = BukkitTaskChainFactory.create(parent);
}

static void initialize(JavaPlugin parent, Consumer<IPacketEntityAPI> onLoad) {
public static void initialize(JavaPlugin parent, Consumer<IPacketEntityAPI> onLoad) {
ServicesManager m = Bukkit.getServicesManager();

Collection<RegisteredServiceProvider<IPacketEntityAPI.ProviderStub>> r = m.getRegistrations(IPacketEntityAPI
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,4 @@
</plugin>
</plugins>
</build>

</project>

0 comments on commit f696c89

Please sign in to comment.