Skip to content

Commit

Permalink
remove unnecessary onPreTick override in databank
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAPenguin0 committed Sep 23, 2024
1 parent 59333c7 commit 273bd4a
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,6 @@ public final boolean addDataBankHatchToMachineList(IGregTechTileEntity aTileEnti
return false;
}

@Override
public void onPreTick(IGregTechTileEntity aBaseMetaTileEntity, long aTick) {
super.onPreTick(aBaseMetaTileEntity, aTick);
}

@Override
public void onScrewdriverRightClick(ForgeDirection side, EntityPlayer aPlayer, float aX, float aY, float aZ) {
if (getBaseMetaTileEntity().isServerSide()) {
Expand Down

0 comments on commit 273bd4a

Please sign in to comment.