Skip to content

Commit

Permalink
Fix server side crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann Bernhardt committed Jan 3, 2022
1 parent fb5bf32 commit 0468ed7
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@ else if(world.isRemote == false){
return item;
}

@Override
public String getItemStackDisplayName(ItemStack item) {
return I18n.format("visualprospecting.prospectorslog.name");
}

@Override
public void addInformation(ItemStack item, EntityPlayer player, List infoList, boolean ignored) {
if(isFilledLog(item)) {
Expand Down

0 comments on commit 0468ed7

Please sign in to comment.