Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
crashdemons committed Aug 1, 2019
1 parent 182819f commit a986ed8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ public void onEnable(){
@Override
public void onDisable(){
getLogger().info("Disabling...");
getLogger().info("Disabled.");
}
getLogger().info("Disabled.");
}

@EventHandler(priority=EventPriority.HIGHEST)
public void onLecternTake(PlayerTakeLecternBookEvent event){
Expand Down

0 comments on commit a986ed8

Please sign in to comment.