Skip to content

Commit

Permalink
Revert "Stop chickens from laying eggs and allow users with zanderhub…
Browse files Browse the repository at this point in the history
….build edit hub."

This reverts commit f7397fc
  • Loading branch information
benrobson committed May 25, 2020
1 parent f7397fc commit aed59ba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>8</source>
<target>8</target>
<source>7</source>
<target>7</target>
</configuration>
</plugin>
</plugins>
Expand Down
1 change: 0 additions & 1 deletion src/main/java/me/benrobson/zanderhub/ZanderHubMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public void onEnable() {
PluginManager pluginmanager = this.getServer().getPluginManager();
pluginmanager.registerEvents(new HubPlayerJoin(this), this);
pluginmanager.registerEvents(new HubProtection(this), this);
// pluginmanager.registerEvents(new HubBooster(this), this);

// Item Event Registry
pluginmanager.registerEvents(new HubCompass(), this);
Expand Down
27 changes: 0 additions & 27 deletions src/main/java/me/benrobson/zanderhub/events/HubBooster.java

This file was deleted.

0 comments on commit aed59ba

Please sign in to comment.