Skip to content

Commit

Permalink
Right clicking water purification units places blocks (GTNewHorizons#…
Browse files Browse the repository at this point in the history
…3405)

Co-authored-by: Alexdoru <57050655+Alexdoru@users.noreply.github.com>
Co-authored-by: Martin Robertz <dream-master@gmx.net>
  • Loading branch information
3 people authored Oct 23, 2024
1 parent a5b7fb9 commit 7752642
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -616,9 +616,6 @@ private boolean tryLinkDataStick(EntityPlayer aPlayer) {

@Override
public boolean onRightclick(IGregTechTileEntity aBaseMetaTileEntity, EntityPlayer aPlayer) {
if (!(aPlayer instanceof EntityPlayerMP)) {
return false;
}

// Right-clicking could be a data stick linking action, so try this first.
if (tryLinkDataStick(aPlayer)) {
Expand Down

0 comments on commit 7752642

Please sign in to comment.