mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
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:
commit
cf94df9e48
@ -282,8 +282,6 @@ public class PistonInserter extends BlockContainerBase implements ITooltipProvid
|
|||||||
if(this.slot != null) {
|
if(this.slot != null) {
|
||||||
BufferUtil.writeNBT(buf, slot.stackTagCompound);
|
BufferUtil.writeNBT(buf, slot.stackTagCompound);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.turnProgress = 2;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user