Merge pull request #1871 from FOlkvangrField/RBMK-Crane-Console-Fix

Fix RBMK Crane Console
This commit is contained in:
HbmMods 2025-01-17 08:50:22 +01:00 committed by GitHub
commit 4a79942421
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -265,7 +265,6 @@ public class TileEntityCraneConsole extends TileEntityLoadedBase implements Simp
this.posFront = buf.readDouble();
this.posLeft = buf.readDouble();
this.hasLoaded = buf.readBoolean();
this.posLeft = buf.readDouble();
this.loadedHeat = buf.readDouble();
this.loadedEnrichment = buf.readDouble();
}