LCD displaying incorrect Count - Serial is correct

@lastchancename I spoke too soon.
I did have to make some more code changes for the "Limit" function to work with the displayed counts.

if(count > Limit -1){
digitalWrite(relay, LOW);
  lcd.setCursor(0,1);
    lcd.print("Empty & Reset");
    while(count > Limit -1);