mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
parent
6d06227922
commit
19af9d769d
@ -32,7 +32,7 @@ public class TileEntityCharge extends TileEntityLoadedBase {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void serialize(ByteBuf buf) {
|
public void serialize(ByteBuf buf) {
|
||||||
buf.writeLong(this.timer);
|
buf.writeInt(this.timer);
|
||||||
buf.writeBoolean(this.started);
|
buf.writeBoolean(this.started);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user