Update PistonInserter.java; Fix server crash due to client-side variable.

This commit is contained in:
BallOfEnergy 2025-07-13 11:45:17 -05:00 committed by GitHub
parent 10d8551ce3
commit fb32763c88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -282,8 +282,6 @@ public class PistonInserter extends BlockContainerBase implements ITooltipProvid
if(this.slot != null) {
BufferUtil.writeNBT(buf, slot.stackTagCompound);
}
this.turnProgress = 2;
}
@Override