Merge pull request #2284 from BallOfEnergy1/patch-1

Fix server crash due to client-side var being accessed on server
This commit is contained in:
HbmMods 2025-07-15 08:30:47 +02:00 committed by GitHub
commit cf94df9e48
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