1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-10 11:25:06 -05:00

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

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;