mirror of
https://github.com/moparisthebest/Simba
synced 2025-02-11 21:00:13 -05:00
Extension: Paster Update, Deleted wrong line.
This commit is contained in:
parent
70fd6fce71
commit
6f1d38647a
@ -380,6 +380,7 @@ begin
|
|||||||
begin
|
begin
|
||||||
if (Settings.isKey('Host' + IntToStr(I))) then
|
if (Settings.isKey('Host' + IntToStr(I))) then
|
||||||
begin
|
begin
|
||||||
|
SetLength(SA, Length(SA) + 1);
|
||||||
SA[High(SA)] := Settings.getKeyValue('Host' + IntToStr(I));
|
SA[High(SA)] := Settings.getKeyValue('Host' + IntToStr(I));
|
||||||
Settings.DeleteKey('Host' + IntToStr(I));
|
Settings.DeleteKey('Host' + IntToStr(I));
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user