Post merge fixes.
This commit is contained in:
@@ -61,7 +61,6 @@ import appeng.api.util.DimensionalCoord;
|
||||
import appeng.block.storage.DriveSlotsState;
|
||||
import appeng.container.implementations.DriveContainer;
|
||||
import appeng.core.Api;
|
||||
import appeng.core.sync.BasePacket;
|
||||
import appeng.helpers.IPriorityHost;
|
||||
import appeng.me.GridAccessException;
|
||||
import appeng.me.helpers.MachineSource;
|
||||
@@ -184,7 +183,7 @@ public class DriveBlockEntity extends AENetworkInvBlockEntity implements IChestO
|
||||
int uniqueIdCount = data.readByte();
|
||||
int[] uniqueIds = new int[uniqueIdCount];
|
||||
for (int i = 0; i < uniqueIdCount; i++) {
|
||||
uniqueIds[i] = data.readVarInt(BasePacket.MAX_STRING_LENGTH);
|
||||
uniqueIds[i] = data.readVarInt();
|
||||
}
|
||||
|
||||
boolean changed = false;
|
||||
|
||||
Reference in New Issue
Block a user