|
|
@ -223,7 +223,7 @@ public class LogicTrayUI : LogicElementHolder |
|
|
|
/// <returns>returns true if this can hold the element </returns>
|
|
|
|
public override bool canHold(LogicBlock element) |
|
|
|
{ |
|
|
|
return reader.Length < maxLength; |
|
|
|
return readerQueue[0].reader.Length < maxLength; |
|
|
|
} |
|
|
|
|
|
|
|
#endregion LogicElementHolder Implementation
|
|
|
|