Extension: Paster Update, Deleted wrong line.

This commit is contained in:
John P (Dgby714) 2011-06-09 14:29:59 -04:00
parent 70fd6fce71
commit 6f1d38647a
1 changed files with 1 additions and 0 deletions

View File

@ -380,6 +380,7 @@ begin
begin
if (Settings.isKey('Host' + IntToStr(I))) then
begin
SetLength(SA, Length(SA) + 1);
SA[High(SA)] := Settings.getKeyValue('Host' + IntToStr(I));
Settings.DeleteKey('Host' + IntToStr(I));
end;